Class ECDSA256Signer
- java.lang.Object
-
- org.curioswitch.common.server.framework.crypto.ECDSA256Signer
-
public class ECDSA256Signer extends java.lang.Object
A signer of data using the 256-bit elliptic curve DSA algorithm.
-
-
Constructor Summary
Constructors Constructor Description ECDSA256Signer(SignerConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
sign(byte[] payload)
Returns the signature forpayload
.
-
-
-
Constructor Detail
-
ECDSA256Signer
@Inject public ECDSA256Signer(SignerConfig config)
-
-