Table of Contents

Class AuthorityKeyIdentifierStructure

Namespace
Org.BouncyCastle.X509.Extension
Assembly
BouncyCastle.Cryptography.dll
[Obsolete("Use 'X509ExtensionUtilities' methods instead")]
public class AuthorityKeyIdentifierStructure : AuthorityKeyIdentifier, IAsn1Convertible
Inheritance
AuthorityKeyIdentifierStructure
Implements
Inherited Members

Remarks

A high level authority key identifier.

Constructors

AuthorityKeyIdentifierStructure(Asn1OctetString)

public AuthorityKeyIdentifierStructure(Asn1OctetString encodedValue)

Parameters

encodedValue Asn1OctetString

AuthorityKeyIdentifierStructure(AsymmetricKeyParameter)

public AuthorityKeyIdentifierStructure(AsymmetricKeyParameter pubKey)

Parameters

pubKey AsymmetricKeyParameter

AuthorityKeyIdentifierStructure(X509Certificate)

public AuthorityKeyIdentifierStructure(X509Certificate certificate)

Parameters

certificate X509Certificate