Uses of Class
xades4j.verification.XadesVerificationProfile

Packages that use XadesVerificationProfile
xades4j.verification Support for signature verification. 
 

Uses of XadesVerificationProfile in xades4j.verification
 

Methods in xades4j.verification that return XadesVerificationProfile
 XadesVerificationProfile XadesVerificationProfile.acceptUnknownProperties(boolean accept)
          Indicates whether the resulting verifiers should accept unknown properties.
<T> XadesVerificationProfile
XadesVerificationProfile.withBinding(Class<T> from, Class<? extends T> to)
          Adds a type dependency mapping to the profile.
<T> XadesVerificationProfile
XadesVerificationProfile.withBinding(Class<T> from, T to)
          Adds a instance dependency mapping to the profile.
 XadesVerificationProfile XadesVerificationProfile.withCustomSignatureVerifier(CustomSignatureVerifier v)
           
 XadesVerificationProfile XadesVerificationProfile.withDigestEngineProvider(Class<? extends MessageDigestEngineProvider> digestProviderClass)
           
 XadesVerificationProfile XadesVerificationProfile.withDigestEngineProvider(MessageDigestEngineProvider digestProvider)
           
 XadesVerificationProfile XadesVerificationProfile.withElementVerifier(QName elemName, Class<? extends QualifyingPropertyVerifier> vClass)
           
 XadesVerificationProfile XadesVerificationProfile.withGlobalDataObjsStructureVerifier(CustomPropertiesDataObjsStructureVerifier v)
           
 XadesVerificationProfile XadesVerificationProfile.withPolicyDocumentProvider(Class<? extends SignaturePolicyDocumentProvider> policyDocProviderClass)
          By default no policies are supported.
 XadesVerificationProfile XadesVerificationProfile.withPolicyDocumentProvider(SignaturePolicyDocumentProvider policyDocProvider)
          By default no policies are supported.
 XadesVerificationProfile XadesVerificationProfile.withPropertiesUnmarshaller(Class<? extends QualifyingPropertiesUnmarshaller> propsUnmarshallerClass)
           
 XadesVerificationProfile XadesVerificationProfile.withPropertiesUnmarshaller(QualifyingPropertiesUnmarshaller propsUnmarshaller)
           
<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)
           
 XadesVerificationProfile XadesVerificationProfile.withTimeStampTokenVerifier(Class<? extends TimeStampVerificationProvider> tsTokenVerifProvClass)
           
 XadesVerificationProfile XadesVerificationProfile.withTimeStampTokenVerifier(TimeStampVerificationProvider tsTokenVerifProv)
           
 



Copyright © 2012. All Rights Reserved.