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

  /libcore/crypto/src/main/java/org/conscrypt/
NativeCrypto.java 779 public static byte[][] encodeCertificates(Certificate[] certificates)
    [all...]
OpenSSLSocketImpl.java 511 byte[][] certificateBytes = NativeCrypto.encodeCertificates(certificates);
    [all...]
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java 119 SERVER_CERTIFICATES = NativeCrypto.encodeCertificates(
125 CLIENT_CERTIFICATES = NativeCrypto.encodeCertificates(
    [all...]

Completed in 27 milliseconds