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

/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/DES/
H A DKeyWrapping.java91 Cipher.PRIVATE_KEY);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DConstructKeys.java180 case Cipher.PRIVATE_KEY:
H A DCipherWithWrappingSpi.java107 * <code>Cipher.PRIVATE_KEY</code>, or <code>Cipher.PUBLIC_KEY</code>.
141 case Cipher.PRIVATE_KEY:
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSACipher.java374 case Cipher.PRIVATE_KEY:
/openjdk7/jdk/test/com/oracle/security/ucrypto/
H A DTestAES.java196 int[] tbwKeyTypes = { Cipher.SECRET_KEY, Cipher.PRIVATE_KEY, Cipher.PUBLIC_KEY };
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java577 case Cipher.PRIVATE_KEY:
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java187 public static final int PRIVATE_KEY = 2; field in class:Cipher
2429 * <code>SECRET_KEY</code>, <code>PRIVATE_KEY</code>, or
2460 (wrappedKeyType != PRIVATE_KEY) &&

Completed in 41 milliseconds