Searched refs:getTBSCertificate (Results 1 – 3 of 3) sorted by relevance
260 public byte[] getTBSCertificate() throws CertificateEncodingException { in createStubCertificate() method in AbstractVerifierTest
135 public byte[] getTBSCertificate() throws CertificateEncodingException { in getTBSCertificate() method in SslCertificateTest.MockX509Certificate
852 byte[] tbsCertificate = selfSignedCert.getTBSCertificate(); in signPublicKeyWithPrivateKey()