Class KeyStore
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.KeyStore
- All Implemented Interfaces:
KeyStore
- Direct Known Subclasses:
TrustStore
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionKeyStore()Creates a new instance of KeyStoreKeyStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative) -
Method Summary
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
-
Constructor Details
-
KeyStore
public KeyStore()Creates a new instance of KeyStore -
KeyStore
public KeyStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
-
-
Method Details
-
getLocation
- Specified by:
getLocationin interfaceKeyStore
-
getType
-
getPassword
public char[] getPassword()- Specified by:
getPasswordin interfaceKeyStore
-
getAlias
-
getKeyPassword
- Specified by:
getKeyPasswordin interfaceKeyStore
-
getAliasSelectorClassName
- Specified by:
getAliasSelectorClassNamein interfaceKeyStore
-
getKeyStoreCallbackHandler
- Specified by:
getKeyStoreCallbackHandlerin interfaceKeyStore
-
getKeyStoreLoginModuleConfigName
- Specified by:
getKeyStoreLoginModuleConfigNamein interfaceKeyStore
-