A B C D E F G H I J K M N O P R S T U V X
K
- key - Variable in class javax.xml.crypto.dsig.TransformService.MechanismMapEntry
- key - Variable in class javax.xml.crypto.enc.ToBeEncryptedKey
- key - Variable in class javax.xml.crypto.KeySelector.SingletonKeySelector
- KeyInfo - Interface in javax.xml.crypto.dsig.keyinfo
-
A representation of the XML
KeyInfo
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. - KeyInfoFactory - Class in javax.xml.crypto.dsig.keyinfo
-
A factory for creating
KeyInfo
objects from scratch or for unmarshalling aKeyInfo
object from a corresponding XML representation. - KeyInfoFactory() - Constructor for class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
-
Default constructor, for invocation by subclasses.
- KeyName - Interface in javax.xml.crypto.dsig.keyinfo
-
A representation of the XML
KeyName
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. - KeyReference - Interface in javax.xml.crypto.enc
-
A representation of the XML
KeyReference
element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing. - KeySelector - Class in javax.xml.crypto
-
A selector that finds and returns a key using the data contained in a
KeyInfo
object. - KeySelector() - Constructor for class javax.xml.crypto.KeySelector
-
Default no-args constructor; intended for invocation by subclasses only.
- KeySelector.Purpose - Class in javax.xml.crypto
-
The purpose of the key that is to be selected.
- KeySelector.SingletonKeySelector - Class in javax.xml.crypto
- KeySelectorException - Exception in javax.xml.crypto
-
Indicates an exceptional condition thrown by a
KeySelector
. - KeySelectorException() - Constructor for exception javax.xml.crypto.KeySelectorException
-
Constructs a new
KeySelectorException
withnull
as its detail message. - KeySelectorException(String) - Constructor for exception javax.xml.crypto.KeySelectorException
-
Constructs a new
KeySelectorException
with the specified detail message. - KeySelectorException(String, Throwable) - Constructor for exception javax.xml.crypto.KeySelectorException
-
Constructs a new
KeySelectorException
with the specified detail message and cause. - KeySelectorException(Throwable) - Constructor for exception javax.xml.crypto.KeySelectorException
-
Constructs a new
KeySelectorException
with the specified cause and a detail message of(cause==null ? null : cause.toString())
(which typically contains the class and detail message ofcause
). - KeySelectorResult - Interface in javax.xml.crypto
-
The result returned by the
KeySelector.select
method. - KeyValue - Interface in javax.xml.crypto.dsig.keyinfo
-
A representation of the XML
KeyValue
element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. - ks - Variable in class javax.xml.crypto.dom.DOMCryptoContext
- KW_AES128 - Static variable in interface javax.xml.crypto.enc.EncryptionMethod
-
AES-128 Symmetric Key Wrap Algorithm URI.
- KW_AES192 - Static variable in interface javax.xml.crypto.enc.EncryptionMethod
-
AES-192 Symmetric Key Wrap Algorithm URI.
- KW_AES256 - Static variable in interface javax.xml.crypto.enc.EncryptionMethod
-
AES-256 Symmetric Key Wrap Algorithm URI.
- KW_TRIPLEDES - Static variable in interface javax.xml.crypto.enc.EncryptionMethod
-
TRIPLEDES Symmetric Key Wrap Algorithm URI.