Package de.tsenger.vdstools
Class Signer
- java.lang.Object
-
- de.tsenger.vdstools.Signer
-
public class Signer extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFieldSize()byte[]sign(byte[] dataToSign)
-
-
-
Constructor Detail
-
Signer
public Signer(ECPrivateKey privKey) throws NoSuchAlgorithmException, InvalidKeySpecException, IOException
-
-
Method Detail
-
getFieldSize
public int getFieldSize()
-
sign
public byte[] sign(byte[] dataToSign) throws NoSuchAlgorithmException, InvalidKeyException, SignatureException, InvalidAlgorithmParameterException, IOException, NoSuchProviderException
-
-