Uses of Class
org.jboss.seam.security.external.jaxb.xmldsig.SignatureValueType

Packages that use SignatureValueType
org.jboss.seam.security.external.jaxb.xmldsig   
 

Uses of SignatureValueType in org.jboss.seam.security.external.jaxb.xmldsig
 

Fields in org.jboss.seam.security.external.jaxb.xmldsig declared as SignatureValueType
protected  SignatureValueType SignatureType.signatureValue
           
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig that return SignatureValueType
 SignatureValueType ObjectFactory.createSignatureValueType()
          Create an instance of SignatureValueType
 SignatureValueType SignatureType.getSignatureValue()
          Gets the value of the signatureValue property.
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig that return types with arguments of type SignatureValueType
 JAXBElement<SignatureValueType> ObjectFactory.createSignatureValue(SignatureValueType value)
          Create an instance of JAXBElement<SignatureValueType>}
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig with parameters of type SignatureValueType
 JAXBElement<SignatureValueType> ObjectFactory.createSignatureValue(SignatureValueType value)
          Create an instance of JAXBElement<SignatureValueType>}
 void SignatureType.setSignatureValue(SignatureValueType value)
          Sets the value of the signatureValue property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.