org.bouncycastle.ocsp
public class CertificateID extends Object
| Field Summary | |
|---|---|
| static String | HASH_SHA1 |
| Constructor Summary | |
|---|---|
| CertificateID(CertID id) | |
| CertificateID(String hashAlgorithm, X509Certificate issuerCert, BigInteger number, String provider)
create from an issuer certificate and the serial number of the
certificate it signed. | |
| CertificateID(String hashAlgorithm, X509Certificate issuerCert, BigInteger number)
create using the BC provider | |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| String | getHashAlgOID() |
| byte[] | getIssuerKeyHash() |
| byte[] | getIssuerNameHash() |
| BigInteger | getSerialNumber()
return the serial number for the certificate associated
with this request. |
| int | hashCode() |
| CertID | toASN1Object() |
Throws: OCSPException if any problems occur creating the id fields.