Class KDFParameters

    • Constructor Summary

      Constructors 
      Constructor Description
      KDFParameters​(byte[] shared, byte[] iv)  
    • Method Summary

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

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

      • KDFParameters

        public KDFParameters​(byte[] shared,
                             byte[] iv)
    • Method Detail

      • getSharedSecret

        public byte[] getSharedSecret()
      • getIV

        public byte[] getIV()