|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |