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

상속: Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
SubjectKeyIdentifierStructure ( Asn1OctetString encodedValue ) : System
SubjectKeyIdentifierStructure ( AsymmetricKeyParameter pubKey ) : System

비공개 메소드들

메소드 설명
FromPublicKey ( AsymmetricKeyParameter pubKey ) : Asn1OctetString

메소드 상세

SubjectKeyIdentifierStructure() 공개 메소드

public SubjectKeyIdentifierStructure ( Asn1OctetString encodedValue ) : System
encodedValue Org.BouncyCastle.Asn1.Asn1OctetString
리턴 System

SubjectKeyIdentifierStructure() 공개 메소드

public SubjectKeyIdentifierStructure ( AsymmetricKeyParameter pubKey ) : System
pubKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
리턴 System