Documentation of 'edu.rit.hyb.keysearch.MakeKey' Java class
MakeKey
edu.rit.hyb.keysearch

Class MakeKey



  • public class MakeKey
    extends java.lang.Object
    Class MakeKey creates a random 256-bit key for a block cipher. The program gets 32 bytes from the kernel's entropy source using class java.security.SecureRandom's getSeed() method, and prints the bytes as a hexadecimal string on the standard output.

    Usage: java edu.rit.hyb.keysearch.MakeKey

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args)
      MakeKey main program.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Exception
        MakeKey main program.
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.