Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jcajce.provider.asymmetric.util
Class DESUtil

java.lang.Object
  |
  +--org.bouncycastle.jcajce.provider.asymmetric.util.DESUtil

public class DESUtil
extends java.lang.Object


Constructor Summary
DESUtil()
           
 
Method Summary
static boolean isDES(java.lang.String algorithmID)
           
static void setOddParity(byte[] bytes)
          DES Keys use the LSB as the odd parity bit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DESUtil

public DESUtil()
Method Detail

isDES

public static boolean isDES(java.lang.String algorithmID)

setOddParity

public static void setOddParity(byte[] bytes)
DES Keys use the LSB as the odd parity bit. This can be used to check for corrupt keys.
Parameters:
bytes - the byte array to set the parity on.

Bouncy Castle Cryptography Library 1.77.0