public class CertificateID : IEquatable<CertificateID>
Public Class CertificateID
Implements IEquatable(Of CertificateID)
public ref class CertificateID : IEquatable<CertificateID^>
Org.BouncyCastle.Ocsp.CertificateID = function();
Type.createClass(
'Org.BouncyCastle.Ocsp.CertificateID',
null,
IEquatable`1);
CertificateID(CertID) | Initializes a new instance of the CertificateID class |
CertificateID(AlgorithmIdentifier, X509Certificate, BigInteger) | Initializes a new instance of the CertificateID class |
CertificateID(IDigestFactory, X509Certificate, BigInteger) | Initializes a new instance of the CertificateID class |
CertificateID(String, X509Certificate, BigInteger) | Initializes a new instance of the CertificateID class Obsolete. |
DeriveCertificateID | |
Equals(CertificateID) | |
Equals(Object) | (Overrides ObjectEquals(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) |
GetHashCode | (Overrides ObjectGetHashCode) |
GetIssuerKeyHash | |
GetIssuerNameHash | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MatchesIssuer(X509Certificate) | |
MatchesIssuer(IDigestFactory, X509Certificate) | |
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) |
DigestSha1 | |
HashSha1 | Obsolete. |