Uses of Class
org.faceless.publisher.type.FormSignatureResource

Packages that use org.faceless.publisher.type.FormSignatureResource
Package
Description
Contains extensions to BFO Publisher which are used to add functionality
  • Uses of org.faceless.publisher.type.FormSignatureResource in org.faceless.publisher.ext

    Methods in org.faceless.publisher.ext with parameters of type org.faceless.publisher.type.FormSignatureResource in in
    Modifier and Type
    Method
    Description
    void
    DefaultSignatureExtension.apply(org.faceless.publisher.type.FormSignatureResource resource, FormSignature field)
    Sign the signature
    void
    GlobalSignSignatureExtension.apply(org.faceless.publisher.type.FormSignatureResource resource, FormSignature field)
    Sign the signature
    void
    SignatureExtension.apply(org.faceless.publisher.type.FormSignatureResource resource, FormSignature sig)
    Sign the signature
    static void
    DefaultSignatureExtension.applyBasics(org.faceless.publisher.type.FormSignatureResource resource, FormSignature field)
    Apply universal properties to the signature.
    void
    DefaultSignatureExtension.applyTSA(org.faceless.publisher.type.FormSignatureResource resource, AcrobatSignatureHandlerFactory factory)
    Apply the time-stamp property "tsa" to the signature
    GlobalSignDSSManager
    GlobalSignSignatureExtension.getGlobalSignDSSManager(org.faceless.publisher.type.FormSignatureResource resource)
    Get a new GlobalSignDSSManager based on the specified resource
    org.faceless.publisher.type.KeyStoreAuthorization
    DefaultSignatureExtension.getKeyStoreAuthorization(org.faceless.publisher.type.FormSignatureResource resource)
    Given the "keystore", "alias", "password", "store-password", "serial", "cn" and "dn" parameters, return a .
    static final String
    DefaultSignatureExtension.getParameter(org.faceless.publisher.type.FormSignatureResource resource, String key)
    Return the specified parameter, which will be taken from the support FormSignatureResource if present, or the report environment for this type of signature if not.
    SignatureHandlerFactory
    GlobalSignSignatureExtension.getSignatureFactory(org.faceless.publisher.type.FormSignatureResource resource, GlobalSignDSSManager dss)
    Return a new SignatureFactory based on the identity specified in the resource.
    void
    DefaultSignatureExtension.prepare(org.faceless.publisher.type.FormSignatureResource resource)
    If this object returned true from DefaultSignatureExtension.supports(org.faceless.publisher.type.FormSignatureResource), this method is called to prepare the signature.
    void
    GlobalSignSignatureExtension.prepare(org.faceless.publisher.type.FormSignatureResource resource)
    If this object returned true from GlobalSignSignatureExtension.supports(org.faceless.publisher.type.FormSignatureResource), this method is called to prepare the signature.
    void
    SignatureExtension.prepare(org.faceless.publisher.type.FormSignatureResource resource)
    If this object returned true from SignatureExtension.supports(org.faceless.publisher.type.FormSignatureResource), this method is called to prepare the signature.
    boolean
    DefaultSignatureExtension.supports(org.faceless.publisher.type.FormSignatureResource resource)
    Return true if this SignatureExtension supports the specified Signature type.
    boolean
    GlobalSignSignatureExtension.supports(org.faceless.publisher.type.FormSignatureResource resource)
    Return true if this SignatureExtension supports the specified Signature type.
    boolean
    SignatureExtension.supports(org.faceless.publisher.type.FormSignatureResource resource)
    Return true if this SignatureExtension supports the specified Signature type.