Searched defs:issuerKeyHash (Results 1 – 6 of 6) sorted by relevance
52 private final byte[] issuerKeyHash; field in CertificateEntry58 private CertificateEntry(LogEntryType entryType, byte[] certificate, byte[] issuerKeyHash) { in CertificateEntry()79 …blic static CertificateEntry createForPrecertificate(byte[] tbsCertificate, byte[] issuerKeyHash) { in createForPrecertificate()
57 private final byte[] issuerKeyHash; field in CertificateEntry63 private CertificateEntry(LogEntryType entryType, byte[] certificate, byte[] issuerKeyHash) { in CertificateEntry()84 …blic static CertificateEntry createForPrecertificate(byte[] tbsCertificate, byte[] issuerKeyHash) { in createForPrecertificate()
18 ASN1OctetString issuerKeyHash; field in CertID24 ASN1OctetString issuerKeyHash, in CertID()
22 ASN1OctetString issuerKeyHash; field in CertID28 ASN1OctetString issuerKeyHash, in CertID()
147 ASN1OctetString issuerKeyHash = new DEROctetString(digCalc.getDigest()); in createCertID() local
49 ASN1_OCTET_STRING *issuerKeyHash; member