C# Класс Org.BouncyCastle.X509.Extension.AuthorityKeyIdentifierStructure

A high level authority key identifier.
Наследование: Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AuthorityKeyIdentifierStructure ( Asn1OctetString encodedValue ) : System
AuthorityKeyIdentifierStructure ( AsymmetricKeyParameter pubKey ) : System
AuthorityKeyIdentifierStructure ( X509Certificate certificate ) : System

Приватные методы

Метод Описание
FromCertificate ( X509Certificate certificate ) : Asn1Sequence
FromKey ( AsymmetricKeyParameter pubKey ) : Asn1Sequence

Описание методов

AuthorityKeyIdentifierStructure() публичный Метод

public AuthorityKeyIdentifierStructure ( Asn1OctetString encodedValue ) : System
encodedValue Org.BouncyCastle.Asn1.Asn1OctetString
Результат System

AuthorityKeyIdentifierStructure() публичный Метод

public AuthorityKeyIdentifierStructure ( AsymmetricKeyParameter pubKey ) : System
pubKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
Результат System

AuthorityKeyIdentifierStructure() публичный Метод

public AuthorityKeyIdentifierStructure ( X509Certificate certificate ) : System
certificate X509Certificate
Результат System