Class MGFParameters

    • Constructor Summary

      Constructors 
      Constructor Description
      MGFParameters​(byte[] seed)  
      MGFParameters​(byte[] seed, int off, int len)  
    • Method Summary

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

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

      • MGFParameters

        public MGFParameters​(byte[] seed)
      • MGFParameters

        public MGFParameters​(byte[] seed,
                             int off,
                             int len)
    • Method Detail

      • getSeed

        public byte[] getSeed()