|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CipherReference | |
---|---|
javax.xml.crypto.enc |
Uses of CipherReference in javax.xml.crypto.enc |
---|
Methods in javax.xml.crypto.enc that return CipherReference | |
---|---|
abstract CipherReference |
XMLEncryptionFactory.newCipherReference(java.lang.String uri,
java.util.List transforms)
Creates a CipherReference from the specified parameters. |
Methods in javax.xml.crypto.enc with parameters of type CipherReference | |
---|---|
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,
CipherReference cipherRef)
Creates an EncryptedKey . |
|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |