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 $
| 从类 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.