Class HDKeyDerivation.RawKeyBytes

  • Enclosing class:
    HDKeyDerivation

    public static class HDKeyDerivation.RawKeyBytes
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] chainCode  
      byte[] keyBytes  
    • Constructor Summary

      Constructors 
      Constructor Description
      RawKeyBytes​(byte[] keyBytes, byte[] chainCode)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • keyBytes

        public final byte[] keyBytes
      • chainCode

        public final byte[] chainCode
    • Constructor Detail

      • RawKeyBytes

        public RawKeyBytes​(byte[] keyBytes,
                           byte[] chainCode)