HomeSort by relevance Sort by last modified time
    Searched full:privatekey (Results 226 - 250 of 400) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 522 // privateKey PrivateKey,
529 // PrivateKey ::= OCTET STRING
  /external/chromium_org/third_party/tlslite/
README 168 connection.handshakeClientCert(certChain, privateKey)
189 privateKey = parsePEMKey(s, private=True)
246 connection.handshakeServer(certChain=certChain, privateKey=privateKey,
262 connection.handshakeServer(certChain=certChain, privateKey=privateKey,
  /external/openssl/crypto/ec/
ec_asn1.c 194 ASN1_OCTET_STRING *privateKey;
268 ASN1_SIMPLE(EC_PRIVATEKEY, privateKey, ASN1_OCTET_STRING),
1166 if (priv_key->privateKey)
1169 M_ASN1_STRING_data(priv_key->privateKey),
1170 M_ASN1_STRING_length(priv_key->privateKey),
1282 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/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEStreamCipher.java 10 import java.security.PrivateKey;
450 PrivateKey privKey = BouncyCastleProvider.getPrivateKey(in);
  /external/chromium_org/chrome/common/extensions/api/
easy_unlock_private.idl 191 // |privateKey|: A private key generated by the app using
198 static void performECDHKeyAgreement(ArrayBuffer privateKey,
  /external/chromium_org/crypto/
rsa_private_key.cc 20 // privateKey PrivateKey,
ec_private_key.h 30 // TODO(mattm): make this and RSAPrivateKey implement some PrivateKey interface.
  /external/chromium_org/third_party/tlslite/patches/
status_request.patch 194 certChain, privateKey,
203 serverCertChain, privateKey,
signed_certificate_timestamps.patch 80 certChain, privateKey, reqCert, sessionCache, settings,
  /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;
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 152 @Override public boolean installKeyPair(byte[] privateKey, byte[] userCertificate,
155 if (!mKeyStore.importKey(Credentials.USER_PRIVATE_KEY + alias, privateKey, -1,
  /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;
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLEarlyCCSTest.java 39 import java.security.PrivateKey;
265 PrivateKey privateKey = keyFactory.generatePrivate(new PKCS8EncodedKeySpec(
279 new KeyManager[] {new HardcodedCertX509KeyManager(privateKey, certChain)},
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 120 * @tests java.security.Signature#initSign(java.security.PrivateKey)
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl2Test.java 228 private class MyPrivateKey extends MyKey implements PrivateKey {
  /external/chromium_org/chrome/browser/chromeos/login/test/
https_forwarder.py 127 privateKey=self.private_key)
  /frameworks/base/docs/html/training/articles/
keystore.jd 74 <p>Generating a new {@link java.security.PrivateKey} requires that
  /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,
  /system/extras/verity/
VerityVerifier.java 26 import java.security.PrivateKey;
  /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
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java 29 import java.security.PrivateKey;
71 private static PrivateKey privKey = null;

Completed in 1062 milliseconds

1 2 3 4 5 6 7 8 91011>>