|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLDecryptContext | |
---|---|
javax.xml.crypto.enc | |
javax.xml.crypto.enc.dom | |
javax.xml.crypto.enc.keyinfo |
Uses of XMLDecryptContext in javax.xml.crypto.enc |
---|
Methods in javax.xml.crypto.enc with parameters of type XMLDecryptContext | |
---|---|
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 |
abstract EncryptedType |
XMLEncryptionFactory.unmarshalEncryptedType(XMLDecryptContext context)
Unmarshals a new EncryptedType instance from a
mechanism-specific XMLDecryptContext instance. |
Uses of XMLDecryptContext in javax.xml.crypto.enc.dom |
---|
Classes in javax.xml.crypto.enc.dom that implement XMLDecryptContext | |
---|---|
class |
DOMDecryptContext
A DOM-specific XMLDecryptContext for decrypting. |
Uses of XMLDecryptContext in javax.xml.crypto.enc.keyinfo |
---|
Methods in javax.xml.crypto.enc.keyinfo with parameters of type XMLDecryptContext | |
---|---|
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 |