|
iText 8.0.5 API
|
This interface represents the wrapper for CertificateID that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
| IDerObjectIdentifier | GetHashAlgOID () |
Calls actual getHashAlgOID method for the wrapped CertificateID object. More... |
|
| string | GetHashSha1 () |
Gets getHashSha1 constant for the wrapped CertificateID. More... |
|
| bool | MatchesIssuer (IX509Certificate certificate) |
Calls actual matchesIssuer method for the wrapped CertificateID object. More... |
|
| IBigInteger | GetSerialNumber () |
Calls actual getSerialNumber method for the wrapped CertificateID object. More... |
|
This interface represents the wrapper for CertificateID that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
| IDerObjectIdentifier iText.Commons.Bouncycastle.Cert.Ocsp.ICertID.GetHashAlgOID | ( | ) |
Calls actual getHashAlgOID method for the wrapped CertificateID object.
IDerObjectIdentifier hash algorithm OID wrapper.
Implemented in iText.Bouncycastle.Cert.Ocsp.CertIDBC, and iText.Bouncycastlefips.Cert.Ocsp.CertIDBCFips.
| string iText.Commons.Bouncycastle.Cert.Ocsp.ICertID.GetHashSha1 | ( | ) |
Gets getHashSha1 constant for the wrapped CertificateID.
Implemented in iText.Bouncycastle.Cert.Ocsp.CertIDBC, and iText.Bouncycastlefips.Cert.Ocsp.CertIDBCFips.
| IBigInteger iText.Commons.Bouncycastle.Cert.Ocsp.ICertID.GetSerialNumber | ( | ) |
Calls actual getSerialNumber method for the wrapped CertificateID object.
Implemented in iText.Bouncycastle.Cert.Ocsp.CertIDBC, and iText.Bouncycastlefips.Cert.Ocsp.CertIDBCFips.
| bool iText.Commons.Bouncycastle.Cert.Ocsp.ICertID.MatchesIssuer | ( | IX509Certificate | certificate | ) |
Calls actual matchesIssuer method for the wrapped CertificateID object.
| certificate | X509Certificate wrapper |
Implemented in iText.Bouncycastle.Cert.Ocsp.CertIDBC, and iText.Bouncycastlefips.Cert.Ocsp.CertIDBCFips.