com.sun.xml.wss.impl.callback
Class CertStoreCallback

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.XWSSCallback
      extended by com.sun.xml.wss.impl.callback.CertStoreCallback
All Implemented Interfaces:
Callback

public class CertStoreCallback
extends XWSSCallback
implements Callback

Author:
kumar jayanti

Constructor Summary
CertStoreCallback()
          Creates a new instance of CertStoreCallback
 
Method Summary
 CertStore getCertStore()
           
 void setCertStore(CertStore store)
           
 
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertStoreCallback

public CertStoreCallback()
Creates a new instance of CertStoreCallback

Method Detail

getCertStore

public CertStore getCertStore()

setCertStore

public void setCertStore(CertStore store)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.