com.sun.xml.ws.security.impl.policy
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
public class KeyStore
- extends PolicyAssertion
- implements KeyStore
- Author:
- K.Venugopal@sun.com
| Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion |
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString |
KeyStore
public KeyStore()
- Creates a new instance of KeyStore
KeyStore
public KeyStore(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
getLocation
public String getLocation()
- Specified by:
getLocation in interface KeyStore
getType
public String getType()
- Specified by:
getType in interface KeyStore
getPassword
public char[] getPassword()
- Specified by:
getPassword in interface KeyStore
getAlias
public String getAlias()
- Specified by:
getAlias in interface KeyStore
getKeyPassword
public String getKeyPassword()
- Specified by:
getKeyPassword in interface KeyStore
getAliasSelectorClassName
public String getAliasSelectorClassName()
- Specified by:
getAliasSelectorClassName in interface KeyStore
getKeyStoreCallbackHandler
public String getKeyStoreCallbackHandler()
- Specified by:
getKeyStoreCallbackHandler in interface KeyStore
getKeyStoreLoginModuleConfigName
public String getKeyStoreLoginModuleConfigName()
- Specified by:
getKeyStoreLoginModuleConfigName in interface KeyStore
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.