com.sun.xml.ws.security.impl.policy
Class KeyStore

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyAssertion
      extended by com.sun.xml.ws.security.impl.policy.KeyStore
All Implemented Interfaces:
KeyStore
Direct Known Subclasses:
TrustStore

public class KeyStore
extends com.sun.xml.ws.policy.PolicyAssertion
implements KeyStore


Constructor Summary
KeyStore()
          Creates a new instance of KeyStore
KeyStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
           
 
Method Summary
 java.lang.String getAlias()
           
 java.lang.String getAliasSelectorClassName()
           
 java.lang.String getKeyPassword()
           
 java.lang.String getKeyStoreCallbackHandler()
           
 java.lang.String getLocation()
           
 char[] getPassword()
           
 java.lang.String getType()
           
 
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyStore

public KeyStore()
Creates a new instance of KeyStore


KeyStore

public KeyStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
                java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
                com.sun.xml.ws.policy.AssertionSet nestedAlternative)
Method Detail

getLocation

public java.lang.String getLocation()
Specified by:
getLocation in interface KeyStore

getType

public java.lang.String getType()
Specified by:
getType in interface KeyStore

getPassword

public char[] getPassword()
Specified by:
getPassword in interface KeyStore

getAlias

public java.lang.String getAlias()
Specified by:
getAlias in interface KeyStore

getKeyPassword

public java.lang.String getKeyPassword()
Specified by:
getKeyPassword in interface KeyStore

getAliasSelectorClassName

public java.lang.String getAliasSelectorClassName()
Specified by:
getAliasSelectorClassName in interface KeyStore

getKeyStoreCallbackHandler

public java.lang.String getKeyStoreCallbackHandler()
Specified by:
getKeyStoreCallbackHandler in interface KeyStore