BasicOcspRespGenerator Class

Definition

Namespace: Org.BouncyCastle.Ocsp
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class BasicOcspRespGenerator
Inheritance
Object    BasicOcspRespGenerator

Constructors

BasicOcspRespGenerator(AsymmetricKeyParameter)Initializes a new instance of the BasicOcspRespGenerator class
BasicOcspRespGenerator(RespID)Initializes a new instance of the BasicOcspRespGenerator class

Properties

Methods

AddResponse(CertificateID, CertificateStatus) 
AddResponse(CertificateID, CertificateStatus, X509Extensions) 
AddResponse(CertificateID, CertificateStatus, NullableDateTime, X509Extensions) 
AddResponse(CertificateID, CertificateStatus, DateTime, NullableDateTime, X509Extensions) 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Generate(ISignatureFactory, X509Certificate, DateTime) Generate the signed response using the passed in signature calculator.
Generate(String, AsymmetricKeyParameter, X509Certificate, DateTime) 
Generate(String, AsymmetricKeyParameter, X509Certificate, DateTime, SecureRandom) 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetResponseExtensions 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also