Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLKey.java86 final String keyFormat = key.getFormat(); in fromPrivateKey() local
87 if (keyFormat == null) { in fromPrivateKey()
90 throw new InvalidKeyException("Unknown key format " + keyFormat); in fromPrivateKey()