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

All Known Subinterfaces:
TrustStore
All Known Implementing Classes:
KeyStore, TrustStore

public interface KeyStore

Author:
K.Venugopal@sun.com

Method Summary
 String getAlias()
           
 String getAliasSelectorClassName()
           
 String getKeyPassword()
           
 String getKeyStoreCallbackHandler()
           
 String getKeyStoreLoginModuleConfigName()
           
 String getLocation()
           
 char[] getPassword()
           
 String getType()
           
 

Method Detail

getLocation

String getLocation()

getType

String getType()

getPassword

char[] getPassword()

getAlias

String getAlias()

getKeyPassword

String getKeyPassword()

getAliasSelectorClassName

String getAliasSelectorClassName()

getKeyStoreCallbackHandler

String getKeyStoreCallbackHandler()

getKeyStoreLoginModuleConfigName

String getKeyStoreLoginModuleConfigName()


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