BasicOcspResp Class

Definition

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

Remarks

C#
BasicOcspResponse ::= SEQUENCE {
    tbsResponseData        ResponseData,
    signatureAlgorithm    AlgorithmIdentifier,
    signature            BIT STRING,
    certs                [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL
}

Constructors

BasicOcspRespInitializes a new instance of the BasicOcspResp class

Properties

Methods

Equals
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetCertificates 
GetCerts 
GetCriticalExtensionOids Get any critical extensions.
(Inherited from X509ExtensionBase)
GetEncoded 
GetExtensionOids
(Inherited from X509ExtensionBase)
GetExtensionValue
(Inherited from X509ExtensionBase)
GetHashCode
(Overrides ObjectGetHashCode)
GetNonCriticalExtensionOids Get non critical extensions.
(Inherited from X509ExtensionBase)
GetSignature 
GetTbsResponseData 
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetX509Extensions
(Overrides X509ExtensionBaseGetX509Extensions)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Verify Verify the signature against the tbsResponseData object we contain.

See Also