Documentation of 'edu.rit.crypto.CryptoUtils' Java class
CryptoUtils
edu.rit.crypto

Class CryptoUtils



  • public class CryptoUtils
    extends java.lang.Object
    Class CryptoUtils contains static cryptographic utility methods.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.