XML Digital Signature and Encryption, 1.0

Uses of Class
javax.xml.crypto.enc.XMLEncryptionException

Packages that use XMLEncryptionException
javax.xml.crypto.enc   
javax.xml.crypto.enc.keyinfo   
 

Uses of XMLEncryptionException in javax.xml.crypto.enc
 

Methods in javax.xml.crypto.enc that throw XMLEncryptionException
 java.io.InputStream EncryptedData.decrypt(XMLDecryptContext context)
          Decrypts the CipherData in this EncryptedData.
 java.io.InputStream EncryptedType.decrypt(XMLDecryptContext context)
          Decrypts the CipherData in this EncryptedData.
 void EncryptedData.decryptAndReplace(XMLDecryptContext context)
          Decrypts the CipherData in this EncryptedData and replace the EncryptedData with the decrypted data or element
 void EncryptedType.encrypt(XMLEncryptContext context)
          Encrypts the ToBeEncrypted passed to the construction of this EncryptedType and inserts it in the CipherValue or CipherReference of the CipherData of this EncryptedData.
 

Uses of XMLEncryptionException in javax.xml.crypto.enc.keyinfo
 

Methods in javax.xml.crypto.enc.keyinfo that throw XMLEncryptionException
 java.io.InputStream EncryptedKey.decrypt(XMLDecryptContext context)
          Decrypts the CipherData in this EncryptedKey.
 java.security.Key EncryptedKey.decryptKey(XMLDecryptContext context, AlgorithmMethod alg)
          Decrypts the CipherData in this EncryptedKey and returns the decrypted key as a Key object.
 


XML Digital Signature and Encryption, 1.0

Copyright © 2003-2004, IBM Corporation and Sun Microsystems, Inc. All rights reserved.
Please send comments to: jsr-106-comments@jcp.org