public interface ICertificateID
| Modifier and Type | Method and Description |
|---|---|
IASN1ObjectIdentifier |
getHashAlgOID()
Calls actual
getHashAlgOID method for the wrapped CertificateID object. |
IAlgorithmIdentifier |
getHashSha1()
Gets
getHashSha1 constant for the wrapped CertificateID. |
BigInteger |
getSerialNumber()
Calls actual
getSerialNumber method for the wrapped CertificateID object. |
boolean |
matchesIssuer(IX509CertificateHolder certificateHolder,
IDigestCalculatorProvider provider)
Calls actual
matchesIssuer method for the wrapped CertificateID object. |
IASN1ObjectIdentifier getHashAlgOID()
getHashAlgOID method for the wrapped CertificateID object.IASN1ObjectIdentifier hash algorithm OID wrapper.IAlgorithmIdentifier getHashSha1()
getHashSha1 constant for the wrapped CertificateID.boolean matchesIssuer(IX509CertificateHolder certificateHolder, IDigestCalculatorProvider provider) throws AbstractOCSPException
matchesIssuer method for the wrapped CertificateID object.certificateHolder - X509CertificateHolder wrapperprovider - DigestCalculatorProvider wrapperAbstractOCSPException - OCSPException wrapper.BigInteger getSerialNumber()
getSerialNumber method for the wrapped CertificateID object.Copyright © 1998–2025 Apryse Group NV. All rights reserved.