|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rit.crypto.CryptoUtils
public class CryptoUtils
Class CryptoUtils contains static cryptographic utility methods.
| Method Summary | |
|---|---|
static void |
erase(byte[] theArray)
Erase the given byte array. |
static void |
erase(char[] theArray)
Erase the given character array. |
static void |
erase(int[] theArray)
Erase the given integer array. |
static void |
erase(long[] theArray)
Erase the given long array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void erase(byte[] theArray)
theArray - Byte array.public static void erase(char[] theArray)
theArray - Character array.public static void erase(int[] theArray)
theArray - Integer array.public static void erase(long[] theArray)
theArray - Long array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||