Java com.lowagie.text.pdf PdfSigGenericPKCS fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf PdfSigGenericPKCS fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf PdfSigGenericPKCS.

The text is from its open source code.

Method

PdfPKCS7getSigner()
Gets the class instance that does the actual signing.
voidsetExternalDigest(byte digest[], byte RSAdata[], String digestEncryptionAlgorithm)
Sets the digest/signature to an external calculated value.
voidsetSignInfo(PrivateKey privKey, Certificate[] certChain, CRL[] crlList)
Sets the crypto information to sign.