Class DESUtil
- java.lang.Object
-
- org.bouncycastle.jcajce.provider.asymmetric.util.DESUtil
-
public class DESUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DESUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isDES(java.lang.String algorithmID)
static void
setOddParity(byte[] bytes)
DES Keys use the LSB as the odd parity bit.
-