Class BIP38PrivateKey

All Implemented Interfaces:
Serializable, Cloneable

public class BIP38PrivateKey extends PrefixedChecksummedBytes
Implementation of BIP 38 passphrase-protected private keys. Currently, only decryption is supported.
See Also:
  • Field Details

    • ecMultiply

      public final boolean ecMultiply
    • compressed

      public final boolean compressed
    • hasLotAndSequence

      public final boolean hasLotAndSequence
    • addressHash

      public final byte[] addressHash
    • content

      public final byte[] content
  • Method Details