C# Class Org.BouncyCastle.Ocsp.BasicOcspResp

BasicOcspResponse ::= SEQUENCE { tbsResponseData ResponseData, signatureAlgorithm AlgorithmIdentifier, signature BIT STRING, certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
Inheritance: Org.BouncyCastle.X509.X509ExtensionBase
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
BasicOcspResp ( BasicOcspResponse resp ) : System
Equals ( object obj ) : bool
GetCertificates ( string type ) : IX509Store
GetCerts ( ) : Org.BouncyCastle.X509.X509Certificate[]
GetEncoded ( ) : byte[]
GetHashCode ( ) : int
GetSignature ( ) : byte[]
GetTbsResponseData ( ) : byte[]
Verify ( AsymmetricKeyParameter publicKey ) : bool

Verify the signature against the tbsResponseData object we contain.

Méthodes protégées

Méthode Description
GetX509Extensions ( ) : X509Extensions

Private Methods

Méthode Description
GetCertList ( ) : ArrayList
GetResponseData ( ) : RespData

Method Details

BasicOcspResp() public méthode

public BasicOcspResp ( BasicOcspResponse resp ) : System
resp Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetCertificates() public méthode

In the event of an encoding error.
public GetCertificates ( string type ) : IX509Store
type string
Résultat IX509Store

GetCerts() public méthode

public GetCerts ( ) : Org.BouncyCastle.X509.X509Certificate[]
Résultat Org.BouncyCastle.X509.X509Certificate[]

GetEncoded() public méthode

public GetEncoded ( ) : byte[]
Résultat byte[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetSignature() public méthode

public GetSignature ( ) : byte[]
Résultat byte[]

GetTbsResponseData() public méthode

In the event of an encoding error.
public GetTbsResponseData ( ) : byte[]
Résultat byte[]

GetX509Extensions() protected méthode

protected GetX509Extensions ( ) : X509Extensions
Résultat Org.BouncyCastle.Asn1.X509.X509Extensions

Verify() public méthode

Verify the signature against the tbsResponseData object we contain.
public Verify ( AsymmetricKeyParameter publicKey ) : bool
publicKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
Résultat bool