Interface Crypto.CryptoBoxSecret

All Known Implementing Classes:
Crypto.CryptoBoxSecret.EncryptedSecret, Crypto.CryptoBoxSecret.PredefinedSeedPhrase, Crypto.CryptoBoxSecret.RandomSeedPhrase
Enclosing class:
Crypto

Crypto Box Secret.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    It is an object, containing seed phrase or private key, encrypted with `secret_encryption_salt` and password from `password_provider`.
    static final record 
    This type should be used only upon the first wallet initialization, all further initializations should use `EncryptedSecret` type instead.
    static final record 
    This type should be used upon the first wallet initialization, all further initializations should use `EncryptedSecret` type instead.