C# Class Org.BouncyCastle.Bcpg.RevocationKey

Represents revocation key OpenPGP signature sub packet.
Inheritance: SignatureSubpacket
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
GetFingerprint ( ) : byte[]
RevocationKey ( bool isCritical, RevocationKeyTag signatureClass, PublicKeyAlgorithmTag keyAlgorithm, byte fingerprint ) : System
RevocationKey ( bool isCritical, byte data ) : System

Private Methods

Method Description
CreateData ( RevocationKeyTag signatureClass, PublicKeyAlgorithmTag keyAlgorithm, byte fingerprint ) : byte[]

Method Details

GetFingerprint() public method

public GetFingerprint ( ) : byte[]
return byte[]

RevocationKey() public method

public RevocationKey ( bool isCritical, RevocationKeyTag signatureClass, PublicKeyAlgorithmTag keyAlgorithm, byte fingerprint ) : System
isCritical bool
signatureClass RevocationKeyTag
keyAlgorithm PublicKeyAlgorithmTag
fingerprint byte
return System

RevocationKey() public method

public RevocationKey ( bool isCritical, byte data ) : System
isCritical bool
data byte
return System