[java-opensaml COMMIT] /trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/EncryptionConfiguration.java
noreply at shibboleth.net
noreply at shibboleth.net
Sun May 11 19:20:54 EDT 2014
Author: scantor
Date: Sun May 11 19:20:54 2014
New Revision: 3859
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3859&view=rev
Log:
Rename algorithm methods.
Modified:
trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/EncryptionConfiguration.java
Modified: trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/EncryptionConfiguration.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/EncryptionConfiguration.java?rev=3859&r1=3858&r2=3859&view=diff
==============================================================================
--- trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/EncryptionConfiguration.java (original)
+++ trunk/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/EncryptionConfiguration.java Sun May 11 19:20:54 2014
@@ -47,7 +47,7 @@
*
* @return the list of algorithm URIs, may be empty
*/
- @Nonnull @NonnullElements @Unmodifiable @NotLive public List<String> getDataEncryptionAlgorithmURIs();
+ @Nonnull @NonnullElements @Unmodifiable @NotLive public List<String> getDataEncryptionAlgorithms();
/**
* Get the list of key transport encryption credentials to use, in preference order.
@@ -61,7 +61,7 @@
*
* @return the list of algorithm URIs, may be empty
*/
- @Nonnull @NonnullElements @Unmodifiable @NotLive public List<String> getKeyTransportEncryptionAlgorithmURIs();
+ @Nonnull @NonnullElements @Unmodifiable @NotLive public List<String> getKeyTransportEncryptionAlgorithms();
/**
* Get the KeyInfoGenerator manager to use when generating the EncryptedData/KeyInfo.
More information about the commits
mailing list