javax.security.auth.message.callback
类 CertStoreCallback

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

public class CertStoreCallback
extends Object
implements Callback

Callback that enables a runtime to inform authentication modules of the CertStore to use.

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

构造方法摘要
CertStoreCallback()
           
 
方法摘要
 CertStore getCertStore()
           
 void setCertStore(CertStore certStore)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CertStoreCallback

public CertStoreCallback()
方法详细信息

getCertStore

public CertStore getCertStore()

setCertStore

public void setCertStore(CertStore certStore)


Copyright © 2013. All Rights Reserved.