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

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
EncryptedPrivateKeyInfo.java 14 public class EncryptedPrivateKeyInfo
20 public EncryptedPrivateKeyInfo(
29 public EncryptedPrivateKeyInfo(
37 public static EncryptedPrivateKeyInfo getInstance(
42 if (obj instanceof EncryptedPrivateKeyInfo)
44 return (EncryptedPrivateKeyInfo)obj;
49 return new EncryptedPrivateKeyInfo((ASN1Sequence)obj);
68 * EncryptedPrivateKeyInfo ::= SEQUENCE {
  /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 encrAlgName, byte[] encryptedData)
158 * Creates an {@code EncryptedPrivateKeyInfo} instance from the
172 public EncryptedPrivateKeyInfo(AlgorithmParameters algParams, byte[] encryptedData
    [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/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...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 278 milliseconds