Method | Description | |
---|---|---|
GetCertificates ( string type ) : IX509Store | ||
GetCerts ( ) : Org.BouncyCastle.X509.X509Certificate[] | ||
GetEncoded ( ) : byte[] | ||
GetRequestList ( ) : Org.BouncyCastle.Ocsp.Req[] | ||
GetSignature ( ) : byte[] | ||
GetTbsRequest ( ) : byte[] | ||
OcspReq ( |
||
OcspReq ( Stream inStr ) : System | ||
OcspReq ( byte req ) : System | ||
Verify ( |
Method | Description | |
---|---|---|
GetX509Extensions ( ) : |
Method | Description | |
---|---|---|
GetCertList ( ) : IList | ||
OcspReq ( |
public GetCertificates ( string type ) : IX509Store | ||
type | string | |
return | IX509Store |
public GetCerts ( ) : Org.BouncyCastle.X509.X509Certificate[] | ||
return | Org.BouncyCastle.X509.X509Certificate[] |
public GetRequestList ( ) : Org.BouncyCastle.Ocsp.Req[] | ||
return | Org.BouncyCastle.Ocsp.Req[] |
protected GetX509Extensions ( ) : |
||
return |
public OcspReq ( |
||
req | ||
return | System |
public Verify ( |
||
publicKey | ||
return | bool |