com.sun.xml.ws.security.impl.policy
Class TrustStore
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.KeyStore
com.sun.xml.ws.security.impl.policy.TrustStore
- All Implemented Interfaces:
- KeyStore, TrustStore
public class TrustStore
- extends KeyStore
- implements TrustStore
- 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 |
TrustStore
public TrustStore()
- Creates a new instance of TrustStore
TrustStore
public TrustStore(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
getPeerAlias
public String getPeerAlias()
- Specified by:
getPeerAlias in interface TrustStore
getSTSAlias
public String getSTSAlias()
- Specified by:
getSTSAlias in interface TrustStore
getServiceAlias
public String getServiceAlias()
- Specified by:
getServiceAlias in interface TrustStore
getCertSelectorClassName
public String getCertSelectorClassName()
- Specified by:
getCertSelectorClassName in interface TrustStore
getTrustStoreCallbackHandler
public String getTrustStoreCallbackHandler()
- Specified by:
getTrustStoreCallbackHandler in interface TrustStore
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.