|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLDecryptContext
Contains context information for decrypting XML EncryptedType
structures. This interface is primarily intended for type-safety.
EncryptedData.decrypt(javax.xml.crypto.enc.XMLDecryptContext)
,
EncryptedData.decryptAndReplace(javax.xml.crypto.enc.XMLDecryptContext)
,
EncryptedKey.decrypt(javax.xml.crypto.enc.XMLDecryptContext)
Method Summary | |
---|---|
EncryptionMethod |
getEncryptionMethod()
Returns the EncryptionMethod for decryption if the EncryptionMethod is absent from the EncryptedType |
void |
setEncryptionMethod(EncryptionMethod encMethod)
Specifies the EncryptionMethod for decryption if the EncryptionMethod is absent from the EncryptedType |
Methods inherited from interface javax.xml.crypto.XMLCryptoContext |
---|
get, getBaseURI, getDefaultNamespacePrefix, getKeySelector, getNamespacePrefix, getProperty, getURIDereferencer, put, putNamespacePrefix, setBaseURI, setDefaultNamespacePrefix, setKeySelector, setProperty, setURIDereferencer |
Method Detail |
---|
EncryptionMethod getEncryptionMethod()
void setEncryptionMethod(EncryptionMethod encMethod)
encMethod
- the EncryptionMethod for decryption
|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |