Class SodiumKey.AsymmetricPublic

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

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

    • AsymmetricPublic

      public AsymmetricPublic(byte[] data)
  • Method Details

    • toCryptoEngine

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