Searched refs:SECRET (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyRep.java69 SECRET, enum constant in enum:KeyRep.Type
84 * Either one of Type.SECRET, Type.PUBLIC, or Type.PRIVATE
116 * @param type either one of Type.SECRET, Type.PUBLIC, or Type.PRIVATE
149 * <li> Type.SECRET/"RAW" - returns a SecretKeySpec object
170 if (type == Type.SECRET && RAW.equals(format)) {
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESKey.java141 return new KeyRep(KeyRep.Type.SECRET,
H A DDESedeKey.java142 return new KeyRep(KeyRep.Type.SECRET,
H A DPBEKey.java137 return new KeyRep(KeyRep.Type.SECRET,
H A DPBKDF2KeyImpl.java260 return new KeyRep(KeyRep.Type.SECRET, getAlgorithm(),
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java69 private final static String SECRET = "secret"; field in class:P11Key
71 // type of key, one of (PUBLIC, PRIVATE, SECRET)
192 type = KeyRep.Type.SECRET;
233 return type == SECRET;
398 super(SECRET, session, keyID, algorithm, keyLength, attributes);

Completed in 36 milliseconds