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 $

构造方法摘要
TrustStoreCallback()
           
 
方法摘要
 KeyStore getTrustStore()
           
 void setTrustStore(KeyStore trustStore)
           
 
从类 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.