Home
last modified time | relevance | path

Searched refs:getTBSCertificate (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/net/src/org/apache/http/conn/ssl/cts/
DAbstractVerifierTest.java260 public byte[] getTBSCertificate() throws CertificateEncodingException { in createStubCertificate() method in AbstractVerifierTest
/cts/tests/tests/net/src/android/net/http/cts/
DSslCertificateTest.java135 public byte[] getTBSCertificate() throws CertificateEncodingException { in getTBSCertificate() method in SslCertificateTest.MockX509Certificate
/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java852 byte[] tbsCertificate = selfSignedCert.getTBSCertificate(); in signPublicKeyWithPrivateKey()