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 class
DescriptorSecretKey.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static DescriptorSecretKey.Companion
Companion
-
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 Unit
destroy()
Unit
close()
final Pointer
uniffiClonePointer()
DescriptorPublicKey
asPublic()
String
asString()
DescriptorSecretKey
derive(DerivationPath path)
DescriptorSecretKey
extend(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()
-
-