public class RespID : IEquatable<RespID>
Public Class RespID
Implements IEquatable(Of RespID)
public ref class RespID : IEquatable<RespID^>
Org.BouncyCastle.Ocsp.RespID = function();
Type.createClass(
'Org.BouncyCastle.Ocsp.RespID',
null,
IEquatable`1);
RespID(AsymmetricKeyParameter) | Initializes a new instance of the RespID class |
RespID(ResponderID) | Initializes a new instance of the RespID class |
RespID(X509Name) | Initializes a new instance of the RespID class |
Equals(Object) | (Overrides ObjectEquals(Object)) |
Equals(RespID) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | (Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToAsn1Object | |
ToString | Returns a string that represents the current object. (Inherited from Object) |