Class SodiumSign
java.lang.Object
io.aether.crypto.sodium.SodiumSign
- All Implemented Interfaces:
io.aether.crypto.CryptoProviderUnit, io.aether.crypto.Sign, io.aether.utils.ToString
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.aether.crypto.CryptoProviderUnit
getProviderNameMethods inherited from interface io.aether.utils.ToString
toString, toString2
-
Constructor Details
-
SodiumSign
public SodiumSign(byte[] data)
-
-
Method Details
-
getSignData
public byte[] getSignData()- Specified by:
getSignDatain interfaceio.aether.crypto.Sign
-
toString
-
getCryptoProvider
public io.aether.crypto.CryptoProvider getCryptoProvider()- Specified by:
getCryptoProviderin interfaceio.aether.crypto.CryptoProviderUnit
-