edu.rit.crypto
Class CryptoUtils
- java.lang.Object
-
- edu.rit.crypto.CryptoUtils
-
public class CryptoUtils extends java.lang.ObjectClass CryptoUtils contains static cryptographic utility methods.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voiderase(byte[] theArray)Erase the given byte array.static voiderase(char[] theArray)Erase the given character array.static voiderase(int[] theArray)Erase the given integer array.static voiderase(long[] theArray)Erase the given long array.
-
-
-
Method Detail
-
erase
public static void erase(byte[] theArray)
Erase the given byte array. Every byte is set to 0.- Parameters:
theArray- Byte array.
-
erase
public static void erase(char[] theArray)
Erase the given character array. Every character is set to 0.- Parameters:
theArray- Character array.
-
erase
public static void erase(int[] theArray)
Erase the given integer array. Every integer is set to 0.- Parameters:
theArray- Integer array.
-
erase
public static void erase(long[] theArray)
Erase the given long array. Every long is set to 0.- Parameters:
theArray- Long array.
-
-
DMelt 3.0 © DataMelt by jWork.ORG