HomeSort by relevance Sort by last modified time
    Searched full:encryptedprivatekeyinfo (Results 1 - 25 of 29) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
EncryptedPrivateKeyInfo.java 14 public class EncryptedPrivateKeyInfo
20 private EncryptedPrivateKeyInfo(
29 public EncryptedPrivateKeyInfo(
37 public static EncryptedPrivateKeyInfo getInstance(
40 if (obj instanceof EncryptedPrivateKeyInfo)
42 return (EncryptedPrivateKeyInfo)obj;
46 return new EncryptedPrivateKeyInfo(ASN1Sequence.getInstance(obj));
65 * EncryptedPrivateKeyInfo ::= SEQUENCE {
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfo_ImplTest.java 28 import javax.crypto.EncryptedPrivateKeyInfo;
35 * Test for EncryptedPrivateKeyInfo class.
57 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(
83 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(
113 EncryptedPrivateKeyInfo epki = new EncryptedPrivateKeyInfo(ap,
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java 44 import javax.crypto.EncryptedPrivateKeyInfo;
57 * Test for EncryptedPrivateKeyInfo class.
206 EncryptedPrivateKeyInfo epki;
208 epki = new EncryptedPrivateKeyInfo(algName[i][0], g.ct());
210 epki = new EncryptedPrivateKeyInfo(g.ap(), g.ct());
227 * Test #1 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor
229 * Assertion: creates <code>EncryptedPrivateKeyInfo</code> instance <br>
237 new EncryptedPrivateKeyInfo(EncryptedPrivateKeyInfoData
242 * Test #2 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor
254 new EncryptedPrivateKeyInfo(null)
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java 41 import javax.crypto.EncryptedPrivateKeyInfo;
54 * Test for EncryptedPrivateKeyInfo class.
191 * Test #1 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor
193 * Assertion: creates <code>EncryptedPrivateKeyInfo</code> instance <br>
201 new EncryptedPrivateKeyInfo(EncryptedPrivateKeyInfoData
206 * Test #2 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor
218 new EncryptedPrivateKeyInfo(null);
225 * Test #3 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor
233 new EncryptedPrivateKeyInfo(new byte[0]);
240 * Test #4 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructo
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 42 * This class implements the {@code EncryptedPrivateKeyInfo} ASN.1 type as
48 * EncryptedPrivateKeyInfo ::= SEQUENCE {
58 public class EncryptedPrivateKeyInfo {
67 // This EncryptedPrivateKeyInfo ASN.1 DER encoding
71 * Creates an {@code EncryptedPrivateKeyInfo} instance from its encoded
81 public EncryptedPrivateKeyInfo(byte[] encoded) throws IOException {
121 * Creates an {@code EncryptedPrivateKeyInfo} instance from an algorithm
136 public EncryptedPrivateKeyInfo(String encryptionAlgorithmName, byte[] encryptedData)
158 * Creates an {@code EncryptedPrivateKeyInfo} instance from the
172 public EncryptedPrivateKeyInfo(AlgorithmParameters algParams, byte[] encryptedData
    [all...]
  /external/chromium_org/crypto/
ec_private_key.h 51 // The key pair is given as an ASN.1-encoded PKCS #8 EncryptedPrivateKeyInfo
60 // The key pair is given as an ASN.1-encoded PKCS #8 EncryptedPrivateKeyInfo
94 // Exports the private key as an ASN.1-encoded PKCS #8 EncryptedPrivateKeyInfo
ec_private_key_nss.cc 215 // We export as an EncryptedPrivateKeyInfo bundle instead of a plain PKCS #8
  /external/chromium_org/net/ssl/
server_bound_cert_service.h 69 // Password used on EncryptedPrivateKeyInfo data stored in EC private_key
server_bound_cert_store.h 49 // ecdsa_sign: DER-encoded EncryptedPrivateKeyInfo struct.
  /external/wpa_supplicant_8/src/tls/
pkcs8.c 135 * EncryptedPrivateKeyInfo ::= SEQUENCE {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 785 org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo eIn = org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo.getInstance(b.getBagValue());
884 org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo eIn = org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo.getInstance(b.getBagValue());
    [all...]
  /build/tools/signapk/
SignApk.java 76 import javax.crypto.EncryptedPrivateKeyInfo;
177 EncryptedPrivateKeyInfo epkInfo;
179 epkInfo = new EncryptedPrivateKeyInfo(encryptedPrivateKey);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 318 // in EncryptedPrivateKeyInfo (PKCS8 format), later...
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java     [all...]
  /libcore/luni/src/main/java/java/security/
KeyStore.java 347 * {@link javax.crypto.EncryptedPrivateKeyInfo}.
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
java5.php 264 'BadPaddingException', 'Cipher', 'CipherInputStream', 'CipherOutputStream', 'CipherSpi', 'EncryptedPrivateKeyInfo', 'ExemptionMechanism', 'ExemptionMechanismException', 'ExemptionMechanismSpi', 'IllegalBlockSizeException', 'KeyAgreement', 'KeyAgreementSpi', 'KeyGenerator', 'KeyGeneratorSpi', 'Mac', 'MacSpi', 'NoSuchPaddingException', 'NullCipher', 'SealedObject', 'SecretKey', 'SecretKeyFactory', 'SecretKeyFactorySpi', 'ShortBufferException'
    [all...]
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48-sources.jar 
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
EncryptedPrivateKeyInfoData.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
EncryptedPrivateKeyInfoData.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 2335 milliseconds

1 2