Class SodiumKey.SignPublic

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

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

    • SignPublic

      public SignPublic(byte[] data)
  • Method Details

    • toSignChecker

      public io.aether.crypto.SignChecker toSignChecker()
      Specified by:
      toSignChecker in interface io.aether.crypto.AKey.SignPublic