|
jPOS 1.6.1 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpos.security.Util
public class Util
Util class contains some useful methods.
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static void |
adjustDESParity(byte[] bytes)
DES Keys use the LSB as the odd parity bit. |
static boolean |
isDESParityAdjusted(byte[] bytes)
DES Keys use the LSB as the odd parity bit. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static void adjustDESParity(byte[] bytes)
bytes - the byte array to set the odd parity on.public static boolean isDESParityAdjusted(byte[] bytes)
bytes - the byte[] to be checked
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||