com.spire.pdf.interactive.digitalsignatures
Class PdfCertificate

java.lang.Object
  extended by com.spire.pdf.interactive.digitalsignatures.PdfCertificate

public class PdfCertificate
extends java.lang.Object

Represents the Certificate object.


Constructor Summary
PdfCertificate(java.lang.String pfxPath, java.lang.String password)
          Creates a new PdfCertificate from PFX file.
 
Method Summary
 byte[] getRawData()
          Get the certificate raw data.
 

Constructor Detail

PdfCertificate

public PdfCertificate(java.lang.String pfxPath,
                      java.lang.String password)
Creates a new PdfCertificate from PFX file.

Parameters:
pfxPath - The path to pfx file.
password - The password for pfx file.
Method Detail

getRawData

public byte[] getRawData()
Get the certificate raw data.

Returns:
The certificate raw data.