Package io.aether.crypto.sodium
Class SodiumKey.AsymmetricPrivate
- java.lang.Object
-
- io.aether.crypto.sodium.SodiumKey
-
- io.aether.crypto.sodium.SodiumKey.AsymmetricPrivate
-
-
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 AsymmetricPrivate(byte[] data)
-
Method Summary
-
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
-
Methods inherited from interface io.aether.crypto.AKey
asAsymmetric, asSignPrivate, asSignPublic, asSymmetric, getData, getKeyType, keyToString, size, toSignedKey, toSignedKey
-
-