| Package | Description |
|---|---|
| javax.security.auth.message.callback |
| Modifier and Type | Class and Description |
|---|---|
static class |
PrivateKeyCallback.AliasRequest
Request type for private keys that are identified via an alias.
|
static class |
PrivateKeyCallback.DigestRequest
Request type for private keys that are identified using a certificate digest or thumbprint.
|
static class |
PrivateKeyCallback.IssuerSerialNumRequest
Request type for private keys that are identified via an issuer/serial number.
|
static class |
PrivateKeyCallback.SubjectKeyIDRequest
Request type for private keys that are identified via a SubjectKeyID
|
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyCallback.Request |
PrivateKeyCallback.getRequest()
Get the Request object which identifies the private key to be returned.
|
| Constructor and Description |
|---|
PrivateKeyCallback(PrivateKeyCallback.Request request)
Constructs this PrivateKeyCallback with a private key Request object.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.