Searched refs:algorithmUri (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DAMEncryptionProvider.java561 private String getEncryptionAlgorithmShortName(String algorithmUri) argument
564 if (algorithmUri == null) {
566 } else if (algorithmUri.equals(XMLCipher.AES_128) ||
567 algorithmUri.equals(XMLCipher.AES_192) ||
568 algorithmUri.equals(XMLCipher.AES_256)) {
571 } else if (algorithmUri.equals(XMLCipher.TRIPLEDES)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DAMEncryptionProvider.java548 private String getEncryptionAlgorithmShortName(String algorithmUri) argument
551 if (algorithmUri == null) {
553 } else if (algorithmUri.equals(XMLCipher.AES_128) ||
554 algorithmUri.equals(XMLCipher.AES_192) ||
555 algorithmUri.equals(XMLCipher.AES_256)) {
558 } else if (algorithmUri.equals(XMLCipher.TRIPLEDES)) {

Completed in 30 milliseconds