Uses of Class
com.sun.xml.security.core.dsig.SignatureType

Packages that use SignatureType
com.sun.xml.ws.security.opt.crypto.dsig   
com.sun.xml.wss.saml.internal.saml11.jaxb20   
com.sun.xml.wss.saml.internal.saml20.jaxb20   
 

Uses of SignatureType in com.sun.xml.ws.security.opt.crypto.dsig
 

Subclasses of SignatureType in com.sun.xml.ws.security.opt.crypto.dsig
 class Signature
           
 

Uses of SignatureType in com.sun.xml.wss.saml.internal.saml11.jaxb20
 

Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 declared as SignatureType
protected  SignatureType AssertionType.signature
           
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return SignatureType
 SignatureType AssertionType.getSignature()
          Gets the value of the signature property.
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type SignatureType
 void AssertionType.setSignature(SignatureType value)
          Sets the value of the signature property.
 

Uses of SignatureType in com.sun.xml.wss.saml.internal.saml20.jaxb20
 

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as SignatureType
protected  SignatureType AssertionType.signature
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return SignatureType
 SignatureType AssertionType.getSignature()
          Gets the value of the signature property.
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 with parameters of type SignatureType
 void AssertionType.setSignature(SignatureType value)
          Sets the value of the signature property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.