HomeSort by relevance Sort by last modified time
    Searched full:pkcs (Results 251 - 275 of 621) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 43 * specified in <a href="http://www.ietf.org/rfc/rfc5208.txt">PKCS
250 throw new InvalidKeySpecException("Decrypted data does not represent valid PKCS#8 PrivateKeyInfo");
424 throw new InvalidKeyException("Decrypted data does not represent valid PKCS#8 PrivateKeyInfo");
484 // (as defined in PKCS #8: Private-Key Information Syntax Standard
515 // (as defined in PKCS #8: Private-Key Information Syntax Standard
  /external/chromium_org/chromeos/dbus/
cryptohome_client.h 46 // PKCS #11 token label. This is not useful in practice to identify a token
48 // C_Login PKCS #11 function but is not necessary because tokens are logged in
50 // CK_SLOT_ID for the PKCS #11 API and reliably identifies the token for the
209 // receive PKCS #11 token information for the token associated with the user
210 // who originally signed in (i.e. PKCS #11 slot 0).
215 // receive PKCS #11 token information for the user identified by |user_email|.
343 // PKCS #11 token. The |callback| will be called when the dbus call
  /external/chromium_org/net/android/
keystore_unittest.cc 135 // Convert a private key into its PKCS#8 encoded representation.
137 // |pkcs8| will receive the PKCS#8 bytes.
141 // Convert to PKCS#8 object.
144 LOG(ERROR) << "Can't get PKCS#8 private key from EVP_PKEY: "
183 // Retrieve a JNI local ref from encoded PKCS#8 data.
500 // Convert it to encoded PKCS#8 bytes.
536 // Convert it to encoded PKCS#8 bytes.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 12 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
168 * Email address (RSA PKCS#9 extension) - IA5String.
174 * more from PKCS#9
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
BCECPrivateKey.java 26 import org.bouncycastle.asn1.pkcs.PrivateKeyInfo;
301 * @return the string "PKCS#8"
305 return "PKCS#8";
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEECPrivateKey.java 27 import org.bouncycastle.asn1.pkcs.PrivateKeyInfo;
280 * @return the string "PKCS#8"
284 return "PKCS#8";
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
p5_crpt2.c 74 /* This is an implementation of PKCS#5 v2.0 password based encryption key
77 * <pgut001@cs.auckland.ac.nz> to the PKCS-TNG <pkcs-tng@rsa.com> mailing list.
  /external/openssl/crypto/evp/
p5_crpt2.c 74 /* This is an implementation of PKCS#5 v2.0 password based encryption key
77 * <pgut001@cs.auckland.ac.nz> to the PKCS-TNG <pkcs-tng@rsa.com> mailing list.
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
BcDefaultDigestProvider.java 12 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
CertificationRequestInfo.java 1 package org.bouncycastle.asn1.pkcs;
PrivateKeyInfo.java 1 package org.bouncycastle.asn1.pkcs;
RSAESOAEPparams.java 1 package org.bouncycastle.asn1.pkcs;
RSAPrivateKey.java 1 package org.bouncycastle.asn1.pkcs;
RSAPrivateKeyStructure.java 1 package org.bouncycastle.asn1.pkcs;
RSASSAPSSparams.java 1 package org.bouncycastle.asn1.pkcs;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
TBSCertificateStructure.java 10 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
OpenSSLPBEParametersGenerator.java 15 * The scheme is a simple extension of PKCS 5 V2.0 Scheme 1 using MD5 with an
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
BaseCipherSpi.java 27 import org.bouncycastle.asn1.pkcs.PrivateKeyInfo;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA512.java 4 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
ARC4.java 3 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
  /external/chromium/crypto/
rsa_private_key_openssl.cc 89 // PKCS#8 decode the input, and then import the EVP_PKEY from Private Key
  /external/chromium_org/chrome/browser/chromeos/options/
cert_library.h 81 // Same as above but for a PKCS#11 id. TODO(stevenjb): Replace this with a
  /external/chromium_org/crypto/
rsa_private_key_openssl.cc 83 // PKCS#8 decode the input, and then import the EVP_PKEY from Private Key
signature_verifier_openssl.cc 63 // This works for PKCS #1 v1.5 RSA signatures, but not for ECDSA

Completed in 1586 milliseconds

<<11121314151617181920>>