Package org.bitcoindevkit
Class DescriptorSecretKey
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,org.bitcoindevkit.DescriptorSecretKeyInterface,org.bitcoindevkit.Disposable
public class DescriptorSecretKey implements Disposable, AutoCloseable, DescriptorSecretKeyInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDescriptorSecretKey.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static DescriptorSecretKey.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description DescriptorSecretKey(Pointer pointer)DescriptorSecretKey(NoPointer noPointer)This constructor can be used to instantiate a fake object. DescriptorSecretKey(Network network, Mnemonic mnemonic, String password)
-
Method Summary
Modifier and Type Method Description Unitdestroy()Unitclose()final PointeruniffiClonePointer()DescriptorPublicKeyasPublic()StringasString()DescriptorSecretKeyderive(DerivationPath path)DescriptorSecretKeyextend(DerivationPath path)List<UByte>secretBytes()-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
asPublic
DescriptorPublicKey asPublic()
-
derive
DescriptorSecretKey derive(DerivationPath path)
-
extend
DescriptorSecretKey extend(DerivationPath path)
-
secretBytes
List<UByte> secretBytes()
-
-
-
-