HomeSort by relevance Sort by last modified time
    Searched refs:tbsCertificate (Results 1 - 7 of 7) sorted by null

  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
CertificateEntry.java 79 public static CertificateEntry createForPrecertificate(byte[] tbsCertificate, byte[] issuerKeyHash) {
80 return new CertificateEntry(LogEntryType.PRECERT_ENTRY, tbsCertificate, issuerKeyHash);
  /external/scapy/scapy/layers/tls/
cert.py 21 c.tbsCertificate.serialNumber = 0x4B1D
245 tbsCert = cert.tbsCertificate
409 tbsCertificate into the signatureAlgorithm field of the result,
424 c.tbsCertificate = tbsCert
431 return self.signTBSCert(cert.tbsCertificate)
435 tbsCert = cert.tbsCertificate
565 tbsCert = cert.tbsCertificate
566 self.tbsCertificate = tbsCert
    [all...]
  /external/curl/lib/
x509asn1.c 684 curl_asn1Element tbsCertificate;
702 /* Get tbsCertificate. */
703 beg = Curl_getASN1Element(&tbsCertificate, beg, end);
709 /* Parse TBSCertificate. */
710 beg = tbsCertificate.beg;
711 end = tbsCertificate.end;
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKeyPairGeneratorSpi.java 42 import com.android.org.bouncycastle.asn1.x509.TBSCertificate;
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 129 TBSCertificate tbsCertificate
134 type tbsCertificate struct {
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 129 TBSCertificate tbsCertificate
134 type tbsCertificate struct {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 685 milliseconds