[java-xmltooling COMMIT] in /branches/REL_1/src: main/java/org/opensaml/xml/signature/impl/DEREncodedKeyValueBuilder....

noreply at shibboleth.net noreply at shibboleth.net
Tue Jan 22 15:09:42 EST 2013


Author: scantor
Date: Tue Jan 22 15:09:41 2013
New Revision: 780

URL: http://svn.shibboleth.net/view/java-xmltooling?rev=780&view=rev
Log:
JXT-94: XML object providers for sig 1.1 elements

Added:
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/DEREncodedKeyValueBuilder.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/DEREncodedKeyValueImpl.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/DEREncodedKeyValueMarshaller.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/DEREncodedKeyValueUnmarshaller.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/ECKeyValueBuilder.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/ECKeyValueImpl.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/ECKeyValueMarshaller.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/ECKeyValueUnmarshaller.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/ECPointTypeImpl.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/KeyInfoReferenceBuilder.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/KeyInfoReferenceImpl.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/KeyInfoReferenceMarshaller.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/KeyInfoReferenceUnmarshaller.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/NamedCurveBuilder.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/NamedCurveImpl.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/NamedCurveMarshaller.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/NamedCurveUnmarshaller.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/PublicKeyBuilder.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/PublicKeyImpl.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/X509DigestBuilder.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/X509DigestImpl.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/X509DigestMarshaller.java   (with props)
    branches/REL_1/src/main/java/org/opensaml/xml/signature/impl/X509DigestUnmarshaller.java   (with props)
    branches/REL_1/src/test/java/org/opensaml/xml/signature/impl/DEREncodedKeyValueTest.java   (with props)
    branches/REL_1/src/test/java/org/opensaml/xml/signature/impl/ECKeyValueTest.java   (with props)
    branches/REL_1/src/test/java/org/opensaml/xml/signature/impl/KeyInfoReferenceTest.java   (with props)
    branches/REL_1/src/test/java/org/opensaml/xml/signature/impl/NamedCurveTest.java   (with props)
    branches/REL_1/src/test/java/org/opensaml/xml/signature/impl/PublicKeyTest.java   (with props)
    branches/REL_1/src/test/java/org/opensaml/xml/signature/impl/X509DigestTest.java   (with props)
    branches/REL_1/src/test/resources/data/org/opensaml/xml/signature/impl/DEREncodedKeyValue.xml   (with props)
    branches/REL_1/src/test/resources/data/org/opensaml/xml/signature/impl/DEREncodedKeyValueOptionalAttributes.xml   (with props)
    branches/REL_1/src/test/resources/data/org/opensaml/xml/signature/impl/ECKeyValue.xml   (with props)
    branches/REL_1/src/test/resources/data/org/opensaml/xml/signature/impl/ECKeyValueChildElements.xml   (with props)
    branches/REL_1/src/test/resources/data/org/opensaml/xml/signature/impl/ECKeyValueOptionalAttributes.xml   (with props)
    branches/REL_1/src/test/resources/data/org/opensaml/xml/signature/impl/KeyInfoReference.xml   (with props)
    branches/REL_1/src/test/resources/data/org/opensaml/xml/signature/impl/KeyInfoReferenceOptionalAttributes.xml   (with props)
    branches/REL_1/src/test/resources/data/org/opensaml/xml/signature/impl/NamedCurve.xml   (with props)
    branches/REL_1/src/test/resources/data/org/opensaml/xml/signature/impl/PublicKey.xml   (with props)
    branches/REL_1/src/test/resources/data/org/opensaml/xml/signature/impl/X509Digest.xml   (with props)
Modified:
    branches/REL_1/src/main/resources/signature-config.xml

Modified: branches/REL_1/src/main/resources/signature-config.xml
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/src/main/resources/signature-config.xml?rev=780&r1=779&r2=780&view=diff
==============================================================================
--- branches/REL_1/src/main/resources/signature-config.xml (original)
+++ branches/REL_1/src/main/resources/signature-config.xml Tue Jan 22 15:09:41 2013
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>

[... 57 lines stripped ...]


More information about the commits mailing list