javax.security.auth.message.callback
类 TrustStoreCallback
java.lang.Object
javax.security.auth.message.callback.TrustStoreCallback
- 所有已实现的接口:
- Callback
public class TrustStoreCallback
- extends Object
- implements Callback
A Callback enabling an authentication module to request a truststore from the runtime.
- 版本:
- $Rev: 617352 $ $Date: 2010/11/19 20:25:50 $
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrustStoreCallback
public TrustStoreCallback()
getTrustStore
public KeyStore getTrustStore()
setTrustStore
public void setTrustStore(KeyStore trustStore)
Copyright © 2013. All Rights Reserved.