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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java2680 * @param cipherData
2684 Element toElement(CipherData cipherData) { argument
2685 return ((CipherDataImpl) cipherData).toElement();
3345 private CipherData cipherData = null; field in class:XMLCipher.Factory.EncryptedTypeImpl
3349 cipherData = data;
3460 return (cipherData);

Completed in 59 milliseconds