Searched refs:PRIVATE_KEY (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DWrapCipherSpi.java332 else if (wrappedKeyAlgorithm.equals("") && wrappedKeyType == Cipher.PRIVATE_KEY)
395 else if (wrappedKeyType == Cipher.PRIVATE_KEY)
H A DBrokenJCEBlockCipher.java525 else if (wrappedKeyType == Cipher.PRIVATE_KEY)
H A DJDKPKCS12KeyStore.java578 out = (PrivateKey)cipher.unwrap(data, "", Cipher.PRIVATE_KEY);
/dalvik/libcore/crypto/src/main/java/javax/crypto/
H A DCipher.java80 public static final int PRIVATE_KEY = 2; field in class:Cipher
1316 * <code>, <code>PRIVATE_KEY} or {@code PUBLIC_KEY})

Completed in 1166 milliseconds