Package io.aether.crypto.sodium
Class SodiumKey.SignPublic
- java.lang.Object
-
- io.aether.crypto.sodium.SodiumKey
-
- io.aether.crypto.sodium.SodiumKey.SignPublic
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.aether.crypto.sodium.SodiumKey
SodiumKey.AsymmetricPrivate, SodiumKey.AsymmetricPublic, SodiumKey.SignPrivate, SodiumKey.SignPublic, SodiumKey.Symmetric
-
-
Field Summary
-
Fields inherited from class io.aether.crypto.sodium.SodiumKey
data, keyType, providerName
-
-
Constructor Summary
Constructors Constructor Description SignPublic(byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.aether.crypto.SignCheckertoSignChecker()-
Methods inherited from class io.aether.crypto.sodium.SodiumKey
equals, getCryptoProvider, getData, getKeyType, getProviderName, hashCode, keyToString, size, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-