C# 클래스 Org.BouncyCastle.Asn1.X9.KeySpecificInfo

상속: Asn1Encodable
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
KeySpecificInfo ( Asn1Sequence seq ) : System.Collections
KeySpecificInfo ( DerObjectIdentifier algorithm, Asn1OctetString counter ) : System.Collections
ToAsn1Object ( ) : Asn1Object

메소드 상세

KeySpecificInfo() 공개 메소드

public KeySpecificInfo ( Asn1Sequence seq ) : System.Collections
seq Asn1Sequence
리턴 System.Collections

KeySpecificInfo() 공개 메소드

public KeySpecificInfo ( DerObjectIdentifier algorithm, Asn1OctetString counter ) : System.Collections
algorithm DerObjectIdentifier
counter Asn1OctetString
리턴 System.Collections

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object