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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DEncryptedKeyResolver.java60 String _algorithm; field in class:EncryptedKeyResolver
69 _algorithm=algorithm;
79 _algorithm = algorithm;
117 key = (SecretKey) cipher.decryptKey(ek, _algorithm);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java176 private String _algorithm = null; field in class:XMLCipher
280 instance._algorithm = transformation;
353 instance._algorithm = transformation;
410 instance._algorithm = transformation;
431 logger.log(java.util.logging.Level.FINE, "cipher._algorithm = " +
496 instance._algorithm = null;
542 instance._algorithm = null;
758 if (_algorithm == null) {
793 if (_algorithm == null) {
1023 if (_algorithm
[all...]

Completed in 35 milliseconds