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

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Base.java94 protected static final int DES = 2; field in class:DigestMD5Base
105 "DES/CBC/NoPadding",
110 * support for the DES and Triple DES cipher algorithms (optionally,
113 * provides support for DES, Triple DES and RC4 ciphers.
118 * HIGH_STRENGTH - Triple DES
120 * MEDIUM_STRENGTH - DES
1154 * decrypt messages. Also generates IVs for DES ciphers.
1233 } else if ((negotiatedCipher.equals(CIPHER_TOKENS[DES])) ||
[all...]

Completed in 34 milliseconds