HomeSort by relevance Sort by last modified time
    Searched defs:OpenSSLKey (Results 1 - 7 of 7) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLKey.java 35 final class OpenSSLKey {
40 OpenSSLKey(long ctx) {
44 OpenSSLKey(long ctx, boolean wrapped) {
60 static OpenSSLKey fromPrivateKey(PrivateKey key) throws InvalidKeyException {
78 return new OpenSSLKey(NativeCrypto.EVP_parse_private_key(key.getEncoded()));
89 static OpenSSLKey fromPrivateKeyPemInputStream(InputStream is)
98 return new OpenSSLKey(keyCtx);
107 * Gets an {@code OpenSSLKey} instance backed by the provided private key. The resulting key is
114 static OpenSSLKey fromPrivateKeyForTLSStackOnly(
116 OpenSSLKey result = getOpenSSLKey(privateKey)
    [all...]
OpenSSLSignature.java 52 private OpenSSLKey key;
175 private void checkEngineType(OpenSSLKey pkey) throws InvalidKeyException {
196 private void initInternal(OpenSSLKey newKey, boolean signing) throws InvalidKeyException {
210 initInternal(OpenSSLKey.fromPrivateKey(privateKey), true);
215 initInternal(OpenSSLKey.fromPublicKey(publicKey), false);
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 71 milliseconds