Skip to main content
Skip table of contents

PrivateKeySignature

PrivateKeySignature Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.security
  iTextSharp.text.pdf.security.PrivateKeySignature[[PrivateKeySignature]]
  iTextSharp.text.pdf.security.IExternalSignature[[IExternalSignature]]
  class iTextSharp.text.pdf.security.IExternalSignature interfaceStyle;
  end
iTextSharp.text.pdf.security.IExternalSignature --> iTextSharp.text.pdf.security.PrivateKeySignature

Members

Methods

Public methods
ReturnsName
stringGetEncryptionAlgorithm()
stringGetHashAlgorithm()
byte``[]Sign(byte``[] b)

Details

Inheritance

Constructors

PrivateKeySignature

Source code

public PrivateKeySignature(ICipherParameters pk, string hashAlgorithm)
Arguments
TypeNameDescription
ICipherParameterspk
stringhashAlgorithm

Methods

Sign

Source code

public virtual byte Sign(byte[] b)
Arguments
TypeNameDescription
byte``[]b
GetHashAlgorithm

Source code

public virtual string GetHashAlgorithm()
GetEncryptionAlgorithm

Source code

public virtual string GetEncryptionAlgorithm()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.