Class ECDSA256Signer
- java.lang.Object
- 
- org.curioswitch.common.server.framework.crypto.ECDSA256Signer
 
- 
 public class ECDSA256Signer extends java.lang.ObjectA signer of data using the 256-bit elliptic curve DSA algorithm.
- 
- 
Constructor SummaryConstructors Constructor Description ECDSA256Signer(SignerConfig config)
 - 
Method SummaryAll 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) 
 
- 
 
-