C# Class Org.BouncyCastle.Bcpg.RevocationKey

Represents revocation key OpenPGP signature sub packet.
Inheritance: SignatureSubpacket
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
CreateData ( RevocationKeyTag signatureClass, PublicKeyAlgorithmTag keyAlgorithm, byte fingerprint ) : byte[]

Method Details

GetFingerprint() public méthode

public GetFingerprint ( ) : byte[]
Résultat byte[]

RevocationKey() public méthode

public RevocationKey ( bool isCritical, RevocationKeyTag signatureClass, PublicKeyAlgorithmTag keyAlgorithm, byte fingerprint ) : System
isCritical bool
signatureClass RevocationKeyTag
keyAlgorithm PublicKeyAlgorithmTag
fingerprint byte
Résultat System

RevocationKey() public méthode

public RevocationKey ( bool isCritical, byte data ) : System
isCritical bool
data byte
Résultat System