Class Crypto.EncryptionBoxInfo

java.lang.Object
tech.deplant.java4ever.binding.json.JsonData
tech.deplant.java4ever.binding.Crypto.EncryptionBoxInfo
Enclosing class:
Crypto

public static class Crypto.EncryptionBoxInfo extends JsonData
  • Constructor Details

    • EncryptionBoxInfo

      public EncryptionBoxInfo()
  • Method Details

    • hdpath

      public Optional<String> hdpath()
      Derivation path, for instance "m/44'/396'/0'/0/0"
    • algorithm

      public Optional<String> algorithm()
      Cryptographic algorithm, used by this encryption box
    • options

      public Optional<Map<String,Object>> options()
      Options, depends on algorithm and specific encryption box implementation
    • publicKey

      public Optional<Map<String,Object>> publicKey()
      Public information, depends on algorithm