Uses of Interface
xades4j.properties.QualifyingProperty

Packages that use QualifyingProperty
xades4j.production Support for signature production. 
xades4j.properties Types that represent the different XAdES qualifying properties. 
xades4j.verification Support for signature verification. 
 

Uses of QualifyingProperty in xades4j.production
 

Classes in xades4j.production with type parameters of type QualifyingProperty
 interface PropertyDataObjectGenerator<TProp extends QualifyingProperty>
          Interface for generators of property data objects.
 

Methods in xades4j.production with type parameters of type QualifyingProperty
<TProp extends QualifyingProperty>
XadesSigningProfile
XadesSigningProfile.withPropertyDataObjectGenerator(Class<TProp> propClass, Class<? extends PropertyDataObjectGenerator<TProp>> propDataGenClass)
           
<TProp extends QualifyingProperty>
XadesFormatExtenderProfile
XadesFormatExtenderProfile.withPropertyDataObjectGenerator(Class<TProp> propClass, Class<? extends PropertyDataObjectGenerator<TProp>> propDataGenClass)
           
<TProp extends QualifyingProperty>
XadesSigningProfile
XadesSigningProfile.withPropertyDataObjectGenerator(Class<TProp> propClass, PropertyDataObjectGenerator<TProp> propDataGen)
           
<TProp extends QualifyingProperty>
XadesFormatExtenderProfile
XadesFormatExtenderProfile.withPropertyDataObjectGenerator(Class<TProp> propClass, PropertyDataObjectGenerator<TProp> propDataGen)
           
 

Methods in xades4j.production that return QualifyingProperty
 QualifyingProperty PropertyDataGenerationException.getSourceProperty()
          Gets the property instance that property that originated the exception.
 

Methods in xades4j.production that return types with arguments of type QualifyingProperty
 DataGetter<QualifyingProperty> XadesSignatureResult.getPropertyFilter()
          Gets a DataGetter that allows easy filtered access to the properties.
 

Constructors in xades4j.production with parameters of type QualifyingProperty
PropertyDataGenerationException(String message, QualifyingProperty sourceProperty)
           
PropertyDataGeneratorErrorException(QualifyingProperty sourceProperty)
           
PropertyDataGeneratorNotAvailableException(QualifyingProperty sourceProperty)
           
 

Uses of QualifyingProperty in xades4j.properties
 

Classes in xades4j.properties that implement QualifyingProperty
 class AllDataObjsCommitmentTypeProperty
          A commitment type that applies to all the signed data objects.
 class AllDataObjsTimeStampProperty
          Represents a time-stamp computed before the signature production, over the sequence formed by ALL the ds:Reference elements within the ds:SignedInfo referencing whatever the signer wants to sign except the SignedProperties element.
 class ArchiveTimeStampProperty
          The xades141:ArchiveTimeStamp unsigned signature property.
 class CertificateValuesProperty
          The CertificateValues is an optional unsigned property and qualifies the XML signature.
 class CommitmentTypeProperty
          A commitment type that applies to some signed data objects.
 class CommitmentTypePropertyBase
          Base class for the CommitmentTypeIndication property.
 class CompleteCertificateRefsProperty
          The CompleteCertificateRefs property which contains the sequence of references to the full set of CA certificates that have been used to validate the electronic signature up to (but not including) the signer's certificate.
 class CompleteRevocationRefsProperty
          The property contains a sequence of references to the full set of revocation data that have been used in the validation of the signer and CA certificates.
 class CounterSignatureProperty
          Represents the CounterSignature unsigned signature property.
 class DataObjectFormatProperty
          Represents the DataObjectFormat signed data object property.
 class DataObjectProperty
          Base class for all the data object properties.
 class IndividualDataObjsTimeStampProperty
          Represents a time-stamp computed before the signature production, over a sequence formed by some of the ds:Reference elements within the ds:SignedInfo referencing whatever the signer wants to sign except the SignedProperties element.
 class OtherSignedDataObjectProperty
          Base class for custom signed data object properties.
 class OtherSignedSignatureProperty
          Base class for custom signed signature properties.
 class OtherUnsignedDataObjectProperty
          Base class for custom unsigned data object properties.
 class OtherUnsignedSignatureProperty
          Base class for custom unsigned signature properties.
 class RevocationValuesProperty
          The RevocationValues property is an optional unsigned property and qualifies the XML signature.
 class SigAndRefsTimeStampProperty
          The SigAndRefsTimeStamp element is an unsigned property qualifying the signature.
 class SignaturePolicyBase
          Base class for the SignaturePolicyIdentifier property.
 class SignaturePolicyIdentifierProperty
          An explicit and unambiguous identifier of a signature policy.
 class SignaturePolicyImpliedProperty
          An implied signature policy, used when the policy can be unambiguously derived from the semantics of the type of data object(s) being signed.
 class SignatureProductionPlaceProperty
          The SignatureProductionPlace property indicates the purported place where the signer was at the time of signature creation.
 class SignatureProperty
          Base class for all the signature properties.
 class SignatureTimeStampProperty
          The SignatureTimeStamp property encapsulates the time-stamp over the ds:SignatureValue element.
 class SignedDataObjectProperty
          Base class for all the signed data object properties.
 class SignedSignatureProperty
          Base class for all the signed signature properties.
 class SignerRoleProperty
          Represents the SingerRole signed signature property.
 class SigningCertificateProperty
          The SigningCertificate property is designed to prevent the simple substitution of the certificate.
 class SigningTimeProperty
          The SigningTime property specifies the time at which the signer (purportedly) performed the signing process.
 class UnsignedDataObjectProperty
          Base class for all the unsigned data object properties.
 class UnsignedSignatureProperty
          Base class for all the unsigned signature properties.
 

Methods in xades4j.properties that return types with arguments of type QualifyingProperty
 Collection<QualifyingProperty> QualifyingProperties.all()
           
 

Uses of QualifyingProperty in xades4j.verification
 

Methods in xades4j.verification that return QualifyingProperty
 QualifyingProperty PropertyInfo.getProperty()
           
 QualifyingProperty QualifyingPropertyVerifier.verify(TData propData, QualifyingPropertyVerificationContext ctx)
          Verifies the property data and return the corresponding 'high-level' property instance.
 

Methods in xades4j.verification that return types with arguments of type QualifyingProperty
 DataGetter<QualifyingProperty> XAdESVerificationResult.getPropertiesFilter()
          Gets a DataGetter that allows easy filtered access to the properties.
 



Copyright © 2012. All Rights Reserved.