static class |
DecryptionKeyCallback.AliasSymmetricKeyRequest |
Given an alias get the javax.crypto.SecretKey
|
static class |
DecryptionKeyCallback.PrivateKeyRequest |
CallBackHandler handling this request should set the private key to be
used for decryption on the request.
|
static class |
DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest |
A Callback initialized with this request should be handled if the
private key to be used for decryption is to be retrieved given the PublicKey
|
static class |
DecryptionKeyCallback.SymmetricKeyRequest |
Request for a symmetric key to be used for decryption.
|
static class |
DecryptionKeyCallback.ThumbprintBasedRequest |
Request for a private key when the X.509 Thumb print
value for a corresponding X.509 Certificate is given.
|
static class |
DecryptionKeyCallback.X509CertificateBasedRequest |
Request for a private key when a corresponding X.509 Certificate
is given.
|
static class |
DecryptionKeyCallback.X509IssuerSerialBasedRequest |
Request for a private key when the Issuer Name and Serial Number
values for a corresponding X.509 Certificate are given.
|
static class |
DecryptionKeyCallback.X509SubjectKeyIdentifierBasedRequest |
Request for a private key when the X.509 Subject Key Identifier
value for a corresponding X.509 Certificate is given.
|