javax.security.auth.message.callback
类 PrivateKeyCallback

java.lang.Object
  继承者 javax.security.auth.message.callback.PrivateKeyCallback
所有已实现的接口:
Callback

public class PrivateKeyCallback
extends Object
implements Callback

Callback that enables an authentication module to request a certificate chain and private key from the runtime. The information specifying the chain and key may be an alias, a digest, a subject key, or an issuer ID. Other request types may be supported.

版本:
$Rev: 768352 $ $Date: 2010/11/19 20:25:50 $

嵌套类摘要
static class PrivateKeyCallback.AliasRequest
           
static class PrivateKeyCallback.DigestRequest
           
static class PrivateKeyCallback.IssuerSerialNumRequest
           
static interface PrivateKeyCallback.Request
           
static class PrivateKeyCallback.SubjectKeyIDRequest
           
 
构造方法摘要
PrivateKeyCallback(PrivateKeyCallback.Request request)
           
 
方法摘要
 Certificate[] getChain()
           
 PrivateKey getKey()
           
 PrivateKeyCallback.Request getRequest()
           
 void setKey(PrivateKey key, Certificate[] chain)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PrivateKeyCallback

public PrivateKeyCallback(PrivateKeyCallback.Request request)
方法详细信息

getRequest

public PrivateKeyCallback.Request getRequest()

getChain

public Certificate[] getChain()

getKey

public PrivateKey getKey()

setKey

public void setKey(PrivateKey key,
                   Certificate[] chain)


Copyright © 2013. All Rights Reserved.