Class KDFParameters

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] iv  
      (package private) byte[] shared  
    • 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
    • Field Detail

      • iv

        byte[] iv
      • shared

        byte[] shared
    • Constructor Detail

      • KDFParameters

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

      • getSharedSecret

        public byte[] getSharedSecret()
      • getIV

        public byte[] getIV()