public class RespData : X509ExtensionBase
Public Class RespData
Inherits X509ExtensionBase
public ref class RespData : public X509ExtensionBase
Org.BouncyCastle.Ocsp.RespData = function();
Type.createClass(
'Org.BouncyCastle.Ocsp.RespData',
Org.BouncyCastle.X509.X509ExtensionBase);
RespData | Initializes a new instance of the RespData class |
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) |
GetCriticalExtensionOids |
Get any critical extensions.
(Inherited from X509ExtensionBase) |
GetExtensionOids | (Inherited from X509ExtensionBase) |
GetExtensionValue | (Inherited from X509ExtensionBase) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetNonCriticalExtensionOids |
Get non critical extensions.
(Inherited from X509ExtensionBase) |
GetResponderId | |
GetResponses | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetX509Extensions | (Overrides X509ExtensionBaseGetX509Extensions) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |