Package io.aether.crypto.sodium
Class SodiumKey.SignPrivate
java.lang.Object
io.aether.crypto.sodium.SodiumKey
io.aether.crypto.sodium.SodiumKey.SignPrivate
-
Nested Class Summary
Nested classes/interfaces inherited from class io.aether.crypto.sodium.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 io.aether.crypto.sodium.SodiumKey
data, keyType, providerName, SODIUM_LIB_CTX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.aether.crypto.sodium.SodiumKey
equals, getCryptoProvider, getData, getKeyType, getProviderName, hashCode, keyToString, size, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.aether.crypto.AKey
asAsymmetric, asSignPublicKey, asSymmetric, getData, getKeyType, keyToString, size, toSignedKey, toSignedKeyMethods inherited from interface io.aether.crypto.CryptoProviderUnit
getCryptoProvider, getProviderName
-
Constructor Details
-
SignPrivate
public SignPrivate(byte[] data)
-