Uses of Class
org.jboss.identity.xmlsec.w3.xmldsig.ReferenceType

Packages that use ReferenceType
org.jboss.identity.xmlsec.w3.xmldsig   
 

Uses of ReferenceType in org.jboss.identity.xmlsec.w3.xmldsig
 

Fields in org.jboss.identity.xmlsec.w3.xmldsig with type parameters of type ReferenceType
protected  java.util.List<ReferenceType> SignedInfoType.reference
           
protected  java.util.List<ReferenceType> ManifestType.reference
           
 

Methods in org.jboss.identity.xmlsec.w3.xmldsig that return ReferenceType
 ReferenceType ObjectFactory.createReferenceType()
          Create an instance of ReferenceType
 

Methods in org.jboss.identity.xmlsec.w3.xmldsig that return types with arguments of type ReferenceType
 javax.xml.bind.JAXBElement<ReferenceType> ObjectFactory.createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 java.util.List<ReferenceType> SignedInfoType.getReference()
          Gets the value of the reference property.
 java.util.List<ReferenceType> ManifestType.getReference()
          Gets the value of the reference property.
 

Methods in org.jboss.identity.xmlsec.w3.xmldsig with parameters of type ReferenceType
 javax.xml.bind.JAXBElement<ReferenceType> ObjectFactory.createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.