Uses of Interface
xades4j.properties.data.PropertyDataObject

Packages that use PropertyDataObject
xades4j.production Support for signature production. 
xades4j.properties.data Low-level representation of the qualifying properties information and corresponing structural verification. 
xades4j.verification Support for signature verification. 
xades4j.xml.marshalling Types related to marshalling the qualifying properties data, the last step of signature production. 
 

Uses of PropertyDataObject in xades4j.production
 

Methods in xades4j.production that return PropertyDataObject
 PropertyDataObject PropertyDataObjectGenerator.generatePropertyData(TProp prop, PropertiesDataGenerationContext ctx)
           
 

Uses of PropertyDataObject in xades4j.properties.data
 

Subinterfaces of PropertyDataObject in xades4j.properties.data
 interface OtherPropertyData
           
 

Classes in xades4j.properties.data that implement PropertyDataObject
 class AllDataObjsTimeStampData
           
 class ArchiveTimeStampData
           
 class BaseCertRefsData
           
 class BaseEncapsulatedPKIData
          DER-encoded data PKI data, such as certificates and CRLs.
 class BaseXAdESTimeStampData
           
 class CertificateValuesData
           
 class CommitmentTypeData
           
 class CompleteCertificateRefsData
           
 class CompleteRevocationRefsData
           
 class DataObjectFormatData
           
 class GenericDOMData
          A generic DOM container.
 class IndividualDataObjsTimeStampData
           
 class RevocationValuesData
           
 class SigAndRefsTimeStampData
           
 class SignaturePolicyData
           
 class SignatureProdPlaceData
           
 class SignatureTimeStampData
           
 class SignerRoleData
           
 class SigningCertificateData
           
 class SigningTimeData
           
 

Methods in xades4j.properties.data with parameters of type PropertyDataObject
 void PropertyDataObjectStructureVerifier.verifyStructure(PropertyDataObject propData)
           
 void GenericDOMDataStructureVerifier.verifyStructure(PropertyDataObject propData)
           
 

Method parameters in xades4j.properties.data with type arguments of type PropertyDataObject
 void CustomPropertiesDataObjsStructureVerifier.verifiy(DataGetter<PropertyDataObject> dataObjsGetter)
           
 void PropertiesDataObjectsStructureVerifier.verifiyPropertiesDataStructure(Collection<PropertyDataObject> propsData)
           
 

Constructor parameters in xades4j.properties.data with type arguments of type PropertyDataObject
SigAndDataObjsPropertiesData(Collection<PropertyDataObject> sigProps, Collection<PropertyDataObject> dataObjProps)
           
SigAndDataObjsPropertiesData(Collection<PropertyDataObject> sigProps, Collection<PropertyDataObject> dataObjProps)
           
 

Uses of PropertyDataObject in xades4j.verification
 

Classes in xades4j.verification with type parameters of type PropertyDataObject
 interface QualifyingPropertyVerifier<TData extends PropertyDataObject>
          Verifies a property accordingly to the XAdES verification rules.
 

Methods in xades4j.verification with type parameters of type PropertyDataObject
<TData extends PropertyDataObject>
XadesVerificationProfile
XadesVerificationProfile.withQualifyingPropertyVerifier(Class<TData> propDataClass, Class<? extends QualifyingPropertyVerifier<TData>> verifierClass)
           
<TData extends PropertyDataObject>
XadesVerificationProfile
XadesVerificationProfile.withQualifyingPropertyVerifier(Class<TData> propDataClass, QualifyingPropertyVerifier<TData> verifier)
           
 

Methods in xades4j.verification that return PropertyDataObject
 PropertyDataObject PropertyInfo.getPropertyData()
           
 

Constructors in xades4j.verification with parameters of type PropertyDataObject
QualifyingPropertyVerifierNotAvailableException(PropertyDataObject propData)
           
 

Uses of PropertyDataObject in xades4j.xml.marshalling
 

Methods in xades4j.xml.marshalling that return PropertyDataObject
 PropertyDataObject UnsupportedDataObjectException.getDataObject()
           
 

Constructors in xades4j.xml.marshalling with parameters of type PropertyDataObject
UnsupportedDataObjectException(PropertyDataObject dataObject)
           
 



Copyright © 2012. All Rights Reserved.