BasicOcspRespGenerator Class
Namespace: Org.BouncyCastle.OcspAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class BasicOcspRespGenerator
Public Class BasicOcspRespGenerator
public ref class BasicOcspRespGenerator
Org.BouncyCastle.Ocsp.BasicOcspRespGenerator = function();
Type.createClass(
'Org.BouncyCastle.Ocsp.BasicOcspRespGenerator');
- Inheritance
- Object BasicOcspRespGenerator
AddResponse(CertificateID, CertificateStatus) | |
AddResponse(CertificateID, CertificateStatus, X509Extensions) | |
AddResponse(CertificateID, CertificateStatus, NullableDateTime, X509Extensions) | |
AddResponse(CertificateID, CertificateStatus, DateTime, NullableDateTime, X509Extensions) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SetResponseExtensions | |
ToString | Returns a string that represents the current object. (Inherited from Object) |