SecretKeyCallbackpublic class SecretKeyCallback extends javax.security.auth.message.callback.SecretKeyCallback Callback for private key and corresponding certificate chain. |
Constructors Summary |
---|
public SecretKeyCallback(Request request)Constructs this SecretKeyCallback with a secret key Request object.
The request object identifies the secret key
to be returned.
If the alias is null, the handler of the callback
relies on its own default.
super(request);
|
|