package ecdsa
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ecdsa
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ECDSASignature(r: BigInteger, s: BigInteger) extends Signature with Product with Serializable
Value Members
- lazy val ECDSASigner: Signer
- object ECDSASignature extends Product with Serializable
-
object
ECDSASignerDemo extends Signer
This signer uses industry and java library standard encoding formats of PKCS8 for private keys and X509 for public keys These formats are larger than bitcoin formats
This signer uses industry and java library standard encoding formats of PKCS8 for private keys and X509 for public keys These formats are larger than bitcoin formats
This scheme isn't used anywhere to my knowledge so is kept here as reference and is not fully implemented
It remains useful since the code is clean and it shows how another signer can be implemented
- object ECDSASignerProvider extends SignerProvider