Uses of Class
org.w3.xmldsig.Reference

Packages that use Reference
no.difi.begrep.sdp.schema_v10   
org.oasis_open.docs.ebxml_bp.ebbp_signals_2   
org.w3.xmldsig   
 

Uses of Reference in no.difi.begrep.sdp.schema_v10
 

Fields in no.difi.begrep.sdp.schema_v10 declared as Reference
protected  Reference SDPDigitalPost.dokumentpakkefingeravtrykk
           
 

Methods in no.difi.begrep.sdp.schema_v10 that return Reference
 Reference SDPDigitalPost.getDokumentpakkefingeravtrykk()
          Gets the value of the dokumentpakkefingeravtrykk property.
 

Methods in no.difi.begrep.sdp.schema_v10 with parameters of type Reference
 void SDPDigitalPost.setDokumentpakkefingeravtrykk(Reference value)
          Sets the value of the dokumentpakkefingeravtrykk property.
 SDPDigitalPost SDPDigitalPost.withDokumentpakkefingeravtrykk(Reference value)
           
 

Constructors in no.difi.begrep.sdp.schema_v10 with parameters of type Reference
SDPDigitalPost(Signature signature, SDPAvsender avsender, SDPMottaker mottaker, SDPDigitalPostInfo digitalPostInfo, SDPFysiskPostInfo fysiskPostInfo, Reference dokumentpakkefingeravtrykk)
          Fully-initialising value constructor
 

Uses of Reference in org.oasis_open.docs.ebxml_bp.ebbp_signals_2
 

Fields in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 declared as Reference
protected  Reference MessagePartNRInformation.reference
           
 

Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 that return Reference
 Reference MessagePartNRInformation.getReference()
          Gets the value of the reference property.
 

Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type Reference
 void MessagePartNRInformation.setReference(Reference value)
          Sets the value of the reference property.
 MessagePartNRInformation MessagePartNRInformation.withReference(Reference value)
           
 

Constructors in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type Reference
MessagePartNRInformation(Reference reference, String messagePartIdentifier)
          Fully-initialising value constructor
 

Uses of Reference in org.w3.xmldsig
 

Fields in org.w3.xmldsig with type parameters of type Reference
protected  List<Reference> SignedInfo.references
           
protected  List<Reference> Manifest.references
           
 

Methods in org.w3.xmldsig that return Reference
 Reference ObjectFactory.createReference()
          Create an instance of Reference
 Reference Reference.withDigestMethod(DigestMethod value)
           
 Reference Reference.withDigestValue(byte[] value)
           
 Reference Reference.withId(String value)
           
 Reference Reference.withTransforms(Transforms value)
           
 Reference Reference.withType(String value)
           
 Reference Reference.withURI(String value)
           
 

Methods in org.w3.xmldsig that return types with arguments of type Reference
 List<Reference> SignedInfo.getReferences()
          Gets the value of the references property.
 List<Reference> Manifest.getReferences()
          Gets the value of the references property.
 

Methods in org.w3.xmldsig with parameters of type Reference
 SignedInfo SignedInfo.withReferences(Reference... values)
           
 Manifest Manifest.withReferences(Reference... values)
           
 

Method parameters in org.w3.xmldsig with type arguments of type Reference
 void SignedInfo.setReferences(List<Reference> value)
           
 void Manifest.setReferences(List<Reference> value)
           
 SignedInfo SignedInfo.withReferences(Collection<Reference> values)
           
 Manifest Manifest.withReferences(Collection<Reference> values)
           
 SignedInfo SignedInfo.withReferences(List<Reference> value)
           
 Manifest Manifest.withReferences(List<Reference> value)
           
 

Constructor parameters in org.w3.xmldsig with type arguments of type Reference
Manifest(List<Reference> references, String id)
          Fully-initialising value constructor
SignedInfo(CanonicalizationMethod canonicalizationMethod, SignatureMethod signatureMethod, List<Reference> references, String id)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.