C# 클래스 Org.BouncyCastle.X509.Extension.AuthorityKeyIdentifierStructure

A high level authority key identifier.
상속: Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
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