Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlias()StringgetAliasSelectorClassName()StringgetKeyPassword()StringgetKeyStoreCallbackHandler()StringgetKeyStoreLoginModuleConfigName()StringgetLocation()char[]getPassword()StringgetType()
-
-
-
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()
-
-