Package io.aether.crypto.sodium
Class SodiumSign
- java.lang.Object
-
- io.aether.crypto.sodium.SodiumSign
-
- All Implemented Interfaces:
io.aether.crypto.CryptoProviderUnit,io.aether.crypto.Sign
public class SodiumSign extends java.lang.Object implements io.aether.crypto.Sign
-
-
Constructor Summary
Constructors Constructor Description SodiumSign(byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.aether.crypto.CryptoProvidergetCryptoProvider()byte[]getSignData()java.lang.StringtoString()
-
-
-
Method Detail
-
getSignData
public byte[] getSignData()
- Specified by:
getSignDatain interfaceio.aether.crypto.Sign
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getCryptoProvider
public io.aether.crypto.CryptoProvider getCryptoProvider()
- Specified by:
getCryptoProviderin interfaceio.aether.crypto.CryptoProviderUnit
-
-