Class SodiumKey.AsymmetricPrivate
java.lang.Object
io.aether.crypto.sodium.SodiumKey
io.aether.crypto.sodium.SodiumKey.AsymmetricPrivate
- All Implemented Interfaces:
io.aether.crypto.AKey, io.aether.crypto.AKey.AsymmetricPrivate, io.aether.crypto.CryptoProviderUnit, io.aether.utils.ToString
- Enclosing class:
SodiumKey
public static class SodiumKey.AsymmetricPrivate
extends SodiumKey
implements io.aether.crypto.AKey.AsymmetricPrivate
-
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
-
AsymmetricPrivate
public AsymmetricPrivate(byte[] data)
-