- All Known Implementing Classes:
Crypto.CryptoBoxSecret.EncryptedSecret
,Crypto.CryptoBoxSecret.PredefinedSeedPhrase
,Crypto.CryptoBoxSecret.RandomSeedPhrase
- Enclosing class:
Crypto
public static interface Crypto.CryptoBoxSecret
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
Use this type for wallet reinitializations, when you already have `encrypted_secret` on hands.static final record
Restores crypto box instance from an existing seed phrase.static final record
Creates Crypto Box from a random seed phrase.