sealed abstract class ECPrivateKey extends BaseECKey
Created by chris on 2/16/16.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ECPrivateKey
- BaseECKey
- Sign
- NetworkElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def bytes: ByteVector
The byte representation of the NetworkElement
The byte representation of the NetworkElement
- Definition Classes
- NetworkElement
- abstract def isCompressed: Boolean
Signifies if the this private key corresponds to a compressed public key
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hex: String
The hexadecimal representation of the NetworkElement
The hexadecimal representation of the NetworkElement
- Definition Classes
- NetworkElement
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: Logger
- Definition Classes
- NetworkElement
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def publicKey: ECPublicKey
Derives the public for a the private key
Derives the public for a the private key
- Definition Classes
- ECPrivateKey → Sign
- def sign(hash: HashDigest): ECDigitalSignature
- Definition Classes
- BaseECKey
- def sign(hash: HashDigest, signingKey: BaseECKey): ECDigitalSignature
- Definition Classes
- BaseECKey
- def sign(dataToSign: ByteVector): ECDigitalSignature
- def signFunction: (ByteVector) => Future[ECDigitalSignature]
- def signFuture(hash: HashDigest)(implicit ec: ExecutionContext): Future[ECDigitalSignature]
- Definition Classes
- BaseECKey
- def signFuture(bytes: ByteVector): Future[ECDigitalSignature]
- Definition Classes
- Sign
- def signWithBouncyCastle(dataToSign: ByteVector): ECDigitalSignature
- Definition Classes
- BaseECKey
- def size: Long
The size of the NetworkElement in bytes.
The size of the NetworkElement in bytes.
- Definition Classes
- NetworkElement
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ECPrivateKey → AnyRef → Any
- def toWIF(network: NetworkParameters): String
Converts a ECPrivateKey to WIF
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])