Searched defs:CertId (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DCertId.java41 * This class corresponds to the CertId field in OCSP Request
58 public class CertId { class
67 private int myhash = -1; // hashcode for this CertId
70 * Creates a CertId. The hash algorithm used is SHA-1.
72 public CertId(X509Certificate issuerCert, SerialNumber serialNumber) method in class:CertId
79 public CertId(X500Principal issuerName, PublicKey issuerKey, method in class:CertId
87 throw new IOException("Unable to create CertId", nsae);
116 * Creates a CertId from its ASN.1 DER encoding.
118 public CertId(DerInputStream derIn) throws IOException { method in class:CertId
154 * Encode the CertId usin
[all...]

Completed in 63 milliseconds