|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyInfo | |
---|---|
javax.xml.crypto | |
javax.xml.crypto.dsig | |
javax.xml.crypto.dsig.keyinfo | |
javax.xml.crypto.enc | |
javax.xml.crypto.enc.keyinfo |
Uses of KeyInfo in javax.xml.crypto |
---|
Methods in javax.xml.crypto with parameters of type KeyInfo | |
---|---|
abstract KeySelectorResult |
KeySelector.select(KeyInfo keyInfo,
KeySelector.Purpose purpose,
AlgorithmMethod method,
XMLCryptoContext context)
Attempts to find a key that satisfies the specified constraints. |
Uses of KeyInfo in javax.xml.crypto.dsig |
---|
Methods in javax.xml.crypto.dsig that return KeyInfo | |
---|---|
KeyInfo |
XMLSignature.getKeyInfo()
Returns the key info of this XMLSignature . |
Methods in javax.xml.crypto.dsig with parameters of type KeyInfo | |
---|---|
abstract XMLSignature |
XMLSignatureFactory.newXMLSignature(SignedInfo si,
KeyInfo ki)
Creates an XMLSignature and initializes it with the contents
of the specified SignedInfo and KeyInfo
objects. |
abstract XMLSignature |
XMLSignatureFactory.newXMLSignature(SignedInfo si,
KeyInfo ki,
java.util.List objects,
java.lang.String id,
java.lang.String signatureValueId)
Creates an XMLSignature and initializes it with the
specified parameters. |
Uses of KeyInfo in javax.xml.crypto.dsig.keyinfo |
---|
Methods in javax.xml.crypto.dsig.keyinfo that return KeyInfo | |
---|---|
abstract KeyInfo |
KeyInfoFactory.newKeyInfo(java.util.List content)
Creates a KeyInfo containing the specified list of
key information types. |
abstract KeyInfo |
KeyInfoFactory.newKeyInfo(java.util.List content,
java.lang.String id)
Creates a KeyInfo containing the specified list of key
information types and optional id. |
abstract KeyInfo |
KeyInfoFactory.unmarshalKeyInfo(XMLStructure xmlStructure)
Unmarshals a new KeyInfo instance from a
mechanism-specific XMLStructure (ex: DOMStructure )
instance. |
Uses of KeyInfo in javax.xml.crypto.enc |
---|
Methods in javax.xml.crypto.enc that return KeyInfo | |
---|---|
KeyInfo |
EncryptedType.getKeyInfo()
Returns the key info that carries information about the key used to encrypt the data. |
abstract KeyInfo |
XMLEncryptionFactory.newOriginatorKeyInfo(java.util.List content,
java.lang.String id)
Creates an originator KeyInfo containing the specified list of key information. |
abstract KeyInfo |
XMLEncryptionFactory.newRecipientKeyInfo(java.util.List content,
java.lang.String id)
Creates a recipient KeyInfo containing the specified list of key information. |
Methods in javax.xml.crypto.enc with parameters of type KeyInfo | |
---|---|
abstract AgreementMethod |
XMLEncryptionFactory.newAgreementMethod(java.lang.String algorithm,
byte[] kaNonce,
KeyInfo originatorKeyInfo,
KeyInfo recipientKeyInfo,
AgreementMethodParameterSpec params)
Creates an AgreementMethod . |
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 . |
Uses of KeyInfo in javax.xml.crypto.enc.keyinfo |
---|
Methods in javax.xml.crypto.enc.keyinfo that return KeyInfo | |
---|---|
KeyInfo |
AgreementMethod.getOriginatorKeyInfo()
Returns key information from the originator used to determine the secret key. |
KeyInfo |
AgreementMethod.getRecipientKeyInfo()
Returns key information from the recipient used to determine the secret key. |
|
XML Digital Signature and Encryption, 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |