HomeSort by relevance Sort by last modified time
    Searched full:privatekey (Results 201 - 225 of 310) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java 32 import java.security.PrivateKey;
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 26 import java.security.PrivateKey;
46 * interface to retrieve the {@link PrivateKey} and its associated
105 * interface to retrieve the {@link PrivateKey} and its associated
  /libcore/crypto/src/main/java/org/conscrypt/
ClientHandshakeImpl.java 26 import java.security.PrivateKey;
366 PrivateKey clientKey = null;
492 PrivateKey privDhKey = kp.getPrivate();
  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 522 // privateKey PrivateKey,
529 // PrivateKey ::= OCTET STRING
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_asn1.c 192 ASN1_OCTET_STRING *privateKey;
266 ASN1_SIMPLE(EC_PRIVATEKEY, privateKey, ASN1_OCTET_STRING),
1164 if (priv_key->privateKey)
1167 M_ASN1_STRING_data(priv_key->privateKey),
1168 M_ASN1_STRING_length(priv_key->privateKey),
1262 if (!M_ASN1_OCTET_STRING_set(priv_key->privateKey, buffer, buf_len))
    [all...]
  /external/openssl/crypto/ec/
ec_asn1.c 192 ASN1_OCTET_STRING *privateKey;
266 ASN1_SIMPLE(EC_PRIVATEKEY, privateKey, ASN1_OCTET_STRING),
1164 if (priv_key->privateKey)
1167 M_ASN1_STRING_data(priv_key->privateKey),
1168 M_ASN1_STRING_length(priv_key->privateKey),
1262 if (!M_ASN1_OCTET_STRING_set(priv_key->privateKey, buffer, buf_len))
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 33 import java.security.PrivateKey;
57 private static PrivateKey PRIVATE_KEY;
59 private static PrivateKey getPrivateKey() throws Exception {
389 PrivateKey returnedKey = (PrivateKey) keyTest.getKey("alias2", pssWord);
666 PrivateKey privateKey1 = KeyFactory.getInstance(type).generatePrivate(
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedGenerator.java 4 import java.security.PrivateKey;
138 PrivateKey key,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEStreamCipher.java 10 import java.security.PrivateKey;
450 PrivateKey privKey = BouncyCastleProvider.getPrivateKey(in);
  /external/chromium/crypto/
rsa_private_key.cc 20 // privateKey PrivateKey,
  /external/chromium_org/crypto/
rsa_private_key.cc 20 // privateKey PrivateKey,
ec_private_key.h 29 // TODO(mattm): make this and RSAPrivateKey implement some PrivateKey interface.
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyStoreTest.java 39 import java.security.PrivateKey;
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 40 import java.security.PrivateKey;
68 private PrivateKey mUserKey;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 40 import java.security.PrivateKey;
300 PrivateKey key = provider.getDebugKey();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 49 import java.security.PrivateKey;
73 private PrivateKey mPrivateKey;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 119 * @tests java.security.Signature#initSign(java.security.PrivateKey)
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl2Test.java 225 private class MyPrivateKey extends MyKey implements PrivateKey {}
  /external/chromium_org/net/android/
keystore_unittest.cc 448 // |android_key| is a JNI reference to the platform PrivateKey object.
472 // |android_key| is a JNI reference to the platform PrivateKey object.
505 // Create platform PrivateKey object from it.
541 // Create platform PrivateKey object from it.
  /libcore/luni/src/main/java/java/security/
KeyRep.java 87 * <li> {@code Type.PRIVATE} | "PKCS#8" : returns a {@link PrivateKey}
SignedObject.java 72 public SignedObject(Serializable object, PrivateKey signingKey,
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
DSAPrivateKeyImpl.java 45 * The class provides DSAPrivateKey functionality by extending a class implementing PrivateKey
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 701 String privateKey = "";
706 privateKey = Credentials.USER_PRIVATE_KEY + profile.ipsecUserCert;
718 if (privateKey == null || userCert == null || caCert == null || serverCert == null) {
733 iface, profile.server, "udprsa", privateKey, userCert,
745 iface, profile.server, "xauthrsa", privateKey, userCert,
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
SignatureTest.java 24 import java.security.PrivateKey;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java 361 * Use a PrivateKey in the KeyStore to create a signature over
430 * Verify a signature previously made by a PrivateKey in our

Completed in 720 milliseconds

1 2 3 4 5 6 7 891011>>