C# 클래스 Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute

상속: Org.BouncyCastle.Asn1.Asn1Encodable
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
GetInstance ( object obj ) : OtherKeyAttribute
OtherKeyAttribute ( Asn1Sequence seq ) : System
OtherKeyAttribute ( DerObjectIdentifier keyAttrId, Asn1Encodable keyAttr ) : System
ToAsn1Object ( ) : Asn1Object

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : OtherKeyAttribute
obj object
리턴 OtherKeyAttribute

OtherKeyAttribute() 공개 메소드

public OtherKeyAttribute ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
리턴 System

OtherKeyAttribute() 공개 메소드

public OtherKeyAttribute ( DerObjectIdentifier keyAttrId, Asn1Encodable keyAttr ) : System
keyAttrId Org.BouncyCastle.Asn1.DerObjectIdentifier
keyAttr Org.BouncyCastle.Asn1.Asn1Encodable
리턴 System

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Org.BouncyCastle.Asn1.Asn1Object