com.sun.xml.ws.security.policy
Interface TrustStore

All Superinterfaces:
KeyStore
All Known Implementing Classes:
TrustStore

public interface TrustStore
extends KeyStore

Author:
K.Venugopal@sun.com

Method Summary
 String getCertSelectorClassName()
           
 String getPeerAlias()
           
 String getServiceAlias()
           
 String getSTSAlias()
           
 String getTrustStoreCallbackHandler()
           
 
Methods inherited from interface com.sun.xml.ws.security.policy.KeyStore
getAlias, getAliasSelectorClassName, getKeyPassword, getKeyStoreCallbackHandler, getKeyStoreLoginModuleConfigName, getLocation, getPassword, getType
 

Method Detail

getPeerAlias

String getPeerAlias()

getSTSAlias

String getSTSAlias()

getServiceAlias

String getServiceAlias()

getCertSelectorClassName

String getCertSelectorClassName()

getTrustStoreCallbackHandler

String getTrustStoreCallbackHandler()


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