Searched defs:encryptedKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/
H A DKeyInfo.java312 * @param encryptedKey
316 public void add(EncryptedKey encryptedKey) argument
320 encryptedKeys.add(encryptedKey);
322 this._constructionElement.appendChild(cipher.martial(encryptedKey));
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java693 * @param encryptedKey EncryptedKey object to martial
697 public Element martial(EncryptedKey encryptedKey) { argument
699 return (_factory.toElement (encryptedKey));
728 * @param encryptedKey EncryptedKey object to martial
732 public Element martial(Document context, EncryptedKey encryptedKey) { argument
735 return (_factory.toElement (encryptedKey));
1297 * @param encryptedKey Previously loaded EncryptedKey that needs
1304 public Key decryptKey(EncryptedKey encryptedKey, String algorithm) throws argument
1320 KeyInfo ki = encryptedKey.getKeyInfo();
1335 XMLCipherInput cipherInput = new XMLCipherInput(encryptedKey);
1397 decryptKey(EncryptedKey encryptedKey) argument
2720 toElement(EncryptedKey encryptedKey) argument
[all...]

Completed in 1556 milliseconds