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

Inheritance: IExternalSignature
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

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

Method Details

GetEncryptionAlgorithm() public méthode

public GetEncryptionAlgorithm ( ) : String
Résultat String

GetHashAlgorithm() public méthode

public GetHashAlgorithm ( ) : String
Résultat String

PrivateKeySignature() public méthode

public PrivateKeySignature ( ICipherParameters pk, String hashAlgorithm ) : System
pk ICipherParameters
hashAlgorithm String
Résultat System

Sign() public méthode

public Sign ( byte b ) : byte[]
b byte
Résultat byte[]