FileDocCategorySizeDatePackage
TrustStore.javaAPI DocExample3339Tue May 29 16:56:48 BST 2007com.sun.xml.ws.security.impl.policy

TrustStore

public class TrustStore extends KeyStore implements com.sun.xml.ws.security.policy.TrustStore
author
K.Venugopal@sun.com

Fields Summary
private static QName
peerAlias
private static QName
stsAlias
private static QName
serviceAlias
private static QName
certSelector
Constructors Summary
public TrustStore()
Creates a new instance of TrustStore

           
      
    
public TrustStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)

        super(name,nestedAssertions,nestedAlternative);
    
Methods Summary
public java.lang.StringgetCertSelectorClassName()

        return this.getAttributeValue(certSelector);
    
public java.lang.StringgetPeerAlias()

        return this.getAttributeValue(peerAlias);
    
public java.lang.StringgetSTSAlias()

        return this.getAttributeValue(stsAlias);
    
public java.lang.StringgetServiceAlias()

        return this.getAttributeValue(serviceAlias);