C# Class iTextSharp.text.pdf.security.PrivateKeySignature

Inheritance: IExternalSignature
Exibir arquivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
GetEncryptionAlgorithm ( ) : String
GetHashAlgorithm ( ) : String
PrivateKeySignature ( ICipherParameters pk, String hashAlgorithm ) : System
Sign ( byte b ) : byte[]

Method Details

GetEncryptionAlgorithm() public method

public GetEncryptionAlgorithm ( ) : String
return String

GetHashAlgorithm() public method

public GetHashAlgorithm ( ) : String
return String

PrivateKeySignature() public method

public PrivateKeySignature ( ICipherParameters pk, String hashAlgorithm ) : System
pk ICipherParameters
hashAlgorithm String
return System

Sign() public method

public Sign ( byte b ) : byte[]
b byte
return byte[]