Class SodiumKey.Symmetric

java.lang.Object
io.aether.crypto.sodium.SodiumKey
io.aether.crypto.sodium.SodiumKey.Symmetric
All Implemented Interfaces:
io.aether.crypto.AKey, io.aether.crypto.AKey.Symmetric, io.aether.crypto.CryptoProviderUnit, io.aether.utils.ToString
Enclosing class:
SodiumKey

public static class SodiumKey.Symmetric extends SodiumKey implements io.aether.crypto.AKey.Symmetric
  • Constructor Details

    • Symmetric

      public Symmetric(byte[] data)
  • Method Details

    • toCryptoEngine

      public io.aether.crypto.CryptoEngine toCryptoEngine()
      Specified by:
      toCryptoEngine in interface io.aether.crypto.AKey.Symmetric