|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EncryptionMethod | |
---|---|
javax.xml.crypto.enc | |
javax.xml.crypto.enc.dom |
Uses of EncryptionMethod in javax.xml.crypto.enc |
---|
Methods in javax.xml.crypto.enc that return EncryptionMethod | |
---|---|
EncryptionMethod |
EncryptedType.getEncryptionMethod()
Returns the encryption method applied to the cipher data. |
EncryptionMethod |
XMLDecryptContext.getEncryptionMethod()
Returns the EncryptionMethod for decryption if the EncryptionMethod is absent from the EncryptedType |
EncryptionMethod |
XMLEncryptContext.getEncryptionMethod()
Returns the EncryptionMethod for encryption if an EncryptionMethod will not be present in the EncryptedType |
abstract EncryptionMethod |
XMLEncryptionFactory.newEncryptionMethod(java.lang.String algorithm,
java.lang.Integer keySize,
EncryptionMethodParameterSpec params)
Creates a EncryptionMethod for the specified algorithm URI,
key size, and parameters. |
Methods in javax.xml.crypto.enc with parameters of type EncryptionMethod | |
---|---|
abstract EncryptedData |
XMLEncryptionFactory.newEncryptedData(ToBeEncrypted toBeEncrypted,
EncryptionMethod encMethod,
KeyInfo keyInfo,
EncryptionProperties properties,
java.lang.String id)
Creates an EncryptedData which contains a CipherValue . |
abstract EncryptedData |
XMLEncryptionFactory.newEncryptedData(ToBeEncrypted toBeEncrypted,
EncryptionMethod encMethod,
KeyInfo keyInfo,
EncryptionProperties properties,
java.lang.String id,
CipherReference cipherRef)
Creates an EncryptedData which contains a CiphereReference . |
abstract EncryptedKey |
XMLEncryptionFactory.newEncryptedKey(ToBeEncryptedKey key,
EncryptionMethod encMethod,
KeyInfo keyInfo,
EncryptionProperties properties,
java.util.List references,
java.lang.String id,
java.lang.String carriedKeyName,
java.lang.String recipient)
Creates an EncryptedKey which contains a CipherValue . |
abstract EncryptedKey |
XMLEncryptionFactory.newEncryptedKey(ToBeEncryptedKey key,
EncryptionMethod encMethod,
KeyInfo keyInfo,
EncryptionProperties properties,
java.util.List references,
java.lang.String id,
java.lang.String carriedKeyName,
java.lang.String recipient,
CipherReference cipherRef)
Creates an EncryptedKey . |
void |
XMLDecryptContext.setEncryptionMethod(EncryptionMethod encMethod)
Specifies the EncryptionMethod for decryption if the EncryptionMethod is absent from the EncryptedType |
void |
XMLEncryptContext.setEncryptionMethod(EncryptionMethod encMethod)
Specifies the EncryptionMethod for encryption if an EncryptionMethod will not be present in the EncryptedType |
Uses of EncryptionMethod in javax.xml.crypto.enc.dom |
---|
Methods in javax.xml.crypto.enc.dom that return EncryptionMethod | |
---|---|
EncryptionMethod |
DOMDecryptContext.getEncryptionMethod()
getEncryptionMethod |
EncryptionMethod |
DOMEncryptContext.getEncryptionMethod()
|
Methods in javax.xml.crypto.enc.dom with parameters of type EncryptionMethod | |
---|---|
void |
DOMDecryptContext.setEncryptionMethod(EncryptionMethod encMethod)
|
void |
DOMEncryptContext.setEncryptionMethod(EncryptionMethod encMethod)
|
|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |