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
-
Nested Class Summary
Nested classes/interfaces inherited from class SodiumKey
SodiumKey.AsymmetricPrivate, SodiumKey.AsymmetricPublic, SodiumKey.SignPrivate, SodiumKey.SignPublic, SodiumKey.SymmetricNested classes/interfaces inherited from interface io.aether.crypto.AKey
io.aether.crypto.AKey.AsymmetricPrivate, io.aether.crypto.AKey.AsymmetricPublic, io.aether.crypto.AKey.SignPrivate, io.aether.crypto.AKey.SignPublic, io.aether.crypto.AKey.Symmetric -
Field Summary
Fields inherited from class SodiumKey
data, keyType, providerName, SODIUM_LIB_CTX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SodiumKey
equals, getCryptoProvider, getData, getKeyType, getProviderName, hashCode, keyToString, size, toStringMethods inherited from interface io.aether.crypto.AKey
asAsymmetric, asSignPrivate, asSignPublic, asSymmetric, getData, getKeyType, keyToString, size, toSignedKey, toSignedKeyMethods inherited from interface io.aether.crypto.CryptoProviderUnit
getCryptoProvider, getProviderNameMethods inherited from interface io.aether.utils.ToString
toString, toString2
-
Constructor Details
-
SignPublic
public SignPublic(byte[] data)
-
-
Method Details
-
toSignChecker
public io.aether.crypto.SignChecker toSignChecker()- Specified by:
toSignCheckerin interfaceio.aether.crypto.AKey.SignPublic
-