Class RC5Parameters

    • Constructor Summary

      Constructors 
      Constructor Description
      RC5Parameters​(byte[] key, int rounds)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getKey()  
      int getRounds()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RC5Parameters

        public RC5Parameters​(byte[] key,
                             int rounds)
    • Method Detail

      • getKey

        public byte[] getKey()
      • getRounds

        public int getRounds()