Method Create

Namespace TallComponents.PDF.DigitalSignatures
Class StandardSignatureHandler

Create a new StandardSignatureHandler best suited for a signing certificate.

This method creates a signature handler best suited for signing based on the signing certificate's properties.

Note that a complete chain of certificates up to the root CA certificate or a self signed certificate is required within the key store.

Syntax

public  StandardSignatureHandler  Create( Pkcs12Store  keyStore String  name )

Returns

StandardSignatureHandler

Parameters


Pkcs12Store keyStore
The key store containing the private key.

String name
The name that is associated with the private key in the store.