Uses of Class
xades4j.verification.XAdESForm

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

Uses of XAdESForm in xades4j.verification
 

Methods in xades4j.verification that return XAdESForm
 XAdESForm InvalidFormExtensionException.getActualForm()
          Gets the form of the signature that was being extended.
 XAdESForm InvalidFormExtensionException.getFinalForm()
          Gets the desired signature form.
 XAdESForm XAdESVerificationResult.getSignatureForm()
           
static XAdESForm XAdESForm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XAdESForm[] XAdESForm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in xades4j.verification with parameters of type XAdESForm
 boolean XAdESForm.after(XAdESForm f)
           
 boolean XAdESForm.before(XAdESForm f)
           
 XAdESVerificationResult XadesVerifier.verify(Element signatureElem, SignatureSpecificVerificationOptions verificationOptions, XadesSignatureFormatExtender formatExtender, XAdESForm minForm)
          Verifies a signature and extends its format if needed.
 

Constructors in xades4j.verification with parameters of type XAdESForm
InvalidFormExtensionException(XAdESForm actualForm, XAdESForm finalForm)
           
 



Copyright © 2012. All Rights Reserved.