- All Known Implementing Classes:
Crypto.CryptoBoxSecret.EncryptedSecret,Crypto.CryptoBoxSecret.PredefinedSeedPhrase,Crypto.CryptoBoxSecret.RandomSeedPhrase
- Enclosing class:
Crypto
public static sealed interface Crypto.CryptoBoxSecret
permits Crypto.CryptoBoxSecret.RandomSeedPhrase, Crypto.CryptoBoxSecret.PredefinedSeedPhrase, Crypto.CryptoBoxSecret.EncryptedSecret
Crypto Box Secret.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordIt is an object, containing seed phrase or private key, encrypted with `secret_encryption_salt` and password from `password_provider`.static final recordThis type should be used only upon the first wallet initialization, all further initializations should use `EncryptedSecret` type instead.static final recordThis type should be used upon the first wallet initialization, all further initializations should use `EncryptedSecret` type instead.