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

  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLSecretKey.java 28 public class OpenSSLSecretKey implements SecretKey, OpenSSLKeyHolder {
37 public OpenSSLSecretKey(String algorithm, byte[] encoded) {
45 public OpenSSLSecretKey(String algorithm, OpenSSLKey key) {
105 if (o instanceof OpenSSLSecretKey) {
106 OpenSSLSecretKey otherOpenSSL = (OpenSSLSecretKey) o;
OpenSSLKey.java 154 return new OpenSSLSecretKey(algorithm, this);

Completed in 47 milliseconds