C# 클래스 Org.BouncyCastle.Ocsp.OcspReq

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

공개 메소드들

메소드 설명
GetCertificates ( string type ) : IX509Store
GetCerts ( ) : Org.BouncyCastle.X509.X509Certificate[]
GetEncoded ( ) : byte[]
GetRequestList ( ) : Org.BouncyCastle.Ocsp.Req[]
GetSignature ( ) : byte[]
GetTbsRequest ( ) : byte[]
OcspReq ( OcspRequest req ) : System
OcspReq ( Stream inStr ) : System
OcspReq ( byte req ) : System
Verify ( AsymmetricKeyParameter publicKey ) : bool

보호된 메소드들

메소드 설명
GetX509Extensions ( ) : X509Extensions

비공개 메소드들

메소드 설명
GetCertList ( ) : IList
OcspReq ( Asn1InputStream aIn ) : System

메소드 상세

GetCertificates() 공개 메소드

public GetCertificates ( string type ) : IX509Store
type string
리턴 IX509Store

GetCerts() 공개 메소드

public GetCerts ( ) : Org.BouncyCastle.X509.X509Certificate[]
리턴 Org.BouncyCastle.X509.X509Certificate[]

GetEncoded() 공개 메소드

public GetEncoded ( ) : byte[]
리턴 byte[]

GetRequestList() 공개 메소드

public GetRequestList ( ) : Org.BouncyCastle.Ocsp.Req[]
리턴 Org.BouncyCastle.Ocsp.Req[]

GetSignature() 공개 메소드

public GetSignature ( ) : byte[]
리턴 byte[]

GetTbsRequest() 공개 메소드

public GetTbsRequest ( ) : byte[]
리턴 byte[]

GetX509Extensions() 보호된 메소드

protected GetX509Extensions ( ) : X509Extensions
리턴 Org.BouncyCastle.Asn1.X509.X509Extensions

OcspReq() 공개 메소드

public OcspReq ( OcspRequest req ) : System
req Org.BouncyCastle.Asn1.Ocsp.OcspRequest
리턴 System

OcspReq() 공개 메소드

public OcspReq ( Stream inStr ) : System
inStr Stream
리턴 System

OcspReq() 공개 메소드

public OcspReq ( byte req ) : System
req byte
리턴 System

Verify() 공개 메소드

public Verify ( AsymmetricKeyParameter publicKey ) : bool
publicKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
리턴 bool