Searched defs:SECRET_KEY (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java192 public static final int SECRET_KEY = 3; field in class:Cipher
2429 * <code>SECRET_KEY</code>, <code>PRIVATE_KEY</code>, or
2459 if ((wrappedKeyType != SECRET_KEY) &&

Completed in 678 milliseconds