javax.security.auth.message.callback
Class TrustStoreCallback
java.lang.Object
javax.security.auth.message.callback.TrustStoreCallback
- All Implemented Interfaces:
- Callback
public class TrustStoreCallback
- extends Object
- implements Callback
A Callback enabling an authentication module to request a truststore from the runtime.
- Version:
- $Rev: 617352 $ $Date: 2008-01-31 21:16:16 -0800 (Thu, 31 Jan 2008) $
Methods inherited from class 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 © 2003-2009 The Apache Software Foundation. All Rights Reserved.