C# 클래스 Org.BouncyCastle.Asn1.Crmf.PopoSigningKeyInput

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

공개 메소드들

메소드 설명
GetInstance ( object obj ) : PopoSigningKeyInput
PopoSigningKeyInput ( GeneralName sender, SubjectPublicKeyInfo spki ) : System
PopoSigningKeyInput ( PKMacValue pkmac, SubjectPublicKeyInfo spki ) : System
ToAsn1Object ( ) : Asn1Object

비공개 메소드들

메소드 설명
PopoSigningKeyInput ( Asn1Sequence seq ) : System

메소드 상세

GetInstance() 공개 정적인 메소드

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

PopoSigningKeyInput() 공개 메소드

public PopoSigningKeyInput ( GeneralName sender, SubjectPublicKeyInfo spki ) : System
sender Org.BouncyCastle.Asn1.X509.GeneralName
spki Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo
리턴 System

PopoSigningKeyInput() 공개 메소드

public PopoSigningKeyInput ( PKMacValue pkmac, SubjectPublicKeyInfo spki ) : System
pkmac PKMacValue
spki Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo
리턴 System

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Asn1Object