Uses of Class
org.etsi.uri._01903.v1_3.ReferenceInfo
-
Packages that use ReferenceInfo Package Description org.etsi.uri._01903.v1_3 -
-
Uses of ReferenceInfo in org.etsi.uri._01903.v1_3
Fields in org.etsi.uri._01903.v1_3 with type parameters of type ReferenceInfo Modifier and Type Field Description protected List<ReferenceInfo>GenericTimeStampType. referenceInfosMethods in org.etsi.uri._01903.v1_3 that return ReferenceInfo Modifier and Type Method Description ReferenceInfoObjectFactory. createReferenceInfo()Create an instance ofReferenceInfoReferenceInfoReferenceInfo. withDigestMethod(no.digipost.org.w3.xmldsig.DigestMethod value)ReferenceInfoReferenceInfo. withDigestValue(byte[] value)ReferenceInfoReferenceInfo. withId(String value)ReferenceInfoReferenceInfo. withURI(String value)Methods in org.etsi.uri._01903.v1_3 that return types with arguments of type ReferenceInfo Modifier and Type Method Description List<ReferenceInfo>GenericTimeStampType. getReferenceInfos()Gets the value of the referenceInfos property.Methods in org.etsi.uri._01903.v1_3 with parameters of type ReferenceInfo Modifier and Type Method Description GenericTimeStampTypeGenericTimeStampType. withReferenceInfos(ReferenceInfo... values)OtherTimeStampOtherTimeStamp. withReferenceInfos(ReferenceInfo... values)XAdESTimeStampTypeXAdESTimeStampType. withReferenceInfos(ReferenceInfo... values)Method parameters in org.etsi.uri._01903.v1_3 with type arguments of type ReferenceInfo Modifier and Type Method Description voidGenericTimeStampType. setReferenceInfos(List<ReferenceInfo> value)GenericTimeStampTypeGenericTimeStampType. withReferenceInfos(Collection<ReferenceInfo> values)GenericTimeStampTypeGenericTimeStampType. withReferenceInfos(List<ReferenceInfo> value)OtherTimeStampOtherTimeStamp. withReferenceInfos(Collection<ReferenceInfo> values)OtherTimeStampOtherTimeStamp. withReferenceInfos(List<ReferenceInfo> value)XAdESTimeStampTypeXAdESTimeStampType. withReferenceInfos(Collection<ReferenceInfo> values)XAdESTimeStampTypeXAdESTimeStampType. withReferenceInfos(List<ReferenceInfo> value)Constructor parameters in org.etsi.uri._01903.v1_3 with type arguments of type ReferenceInfo Constructor Description GenericTimeStampType(List<ReferenceInfo> referenceInfos, List<Include> includes, no.digipost.org.w3.xmldsig.CanonicalizationMethod canonicalizationMethod, List<Object> encapsulatedTimeStampsAndXMLTimeStamps, String id)Fully-initialising value constructorOtherTimeStamp(List<ReferenceInfo> referenceInfos, List<Include> includes, no.digipost.org.w3.xmldsig.CanonicalizationMethod canonicalizationMethod, List<Object> encapsulatedTimeStampsAndXMLTimeStamps, String id)Fully-initialising value constructorXAdESTimeStampType(List<ReferenceInfo> referenceInfos, List<Include> includes, no.digipost.org.w3.xmldsig.CanonicalizationMethod canonicalizationMethod, List<Object> encapsulatedTimeStampsAndXMLTimeStamps, String id)Fully-initialising value constructor
-