C# Class Org.BouncyCastle.X509.Extension.AuthorityKeyIdentifierStructure

A high level authority key identifier.
Inheritance: Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
AuthorityKeyIdentifierStructure ( Asn1OctetString encodedValue ) : System
AuthorityKeyIdentifierStructure ( AsymmetricKeyParameter pubKey ) : System
AuthorityKeyIdentifierStructure ( X509Certificate certificate ) : System

Private Methods

Méthode Description
FromCertificate ( X509Certificate certificate ) : Asn1Sequence
FromKey ( AsymmetricKeyParameter pubKey ) : Asn1Sequence

Method Details

AuthorityKeyIdentifierStructure() public méthode

public AuthorityKeyIdentifierStructure ( Asn1OctetString encodedValue ) : System
encodedValue Org.BouncyCastle.Asn1.Asn1OctetString
Résultat System

AuthorityKeyIdentifierStructure() public méthode

public AuthorityKeyIdentifierStructure ( AsymmetricKeyParameter pubKey ) : System
pubKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
Résultat System

AuthorityKeyIdentifierStructure() public méthode

public AuthorityKeyIdentifierStructure ( X509Certificate certificate ) : System
certificate X509Certificate
Résultat System