public class SignatureTest
extends TestCase
Signature
constructor and methodsModifier and Type | Class and Description |
---|---|
protected static class |
SignatureTest.MySignature |
Constructor and Description |
---|
SignatureTest() |
Modifier and Type | Method and Description |
---|---|
void |
testClone() |
void |
testConstructor() |
void |
testGetAlgorithm() |
void |
testGetParameter() |
void |
testGetProvider() |
void |
testInitSignPrivateKey() |
void |
testInitSignPrivateKeySecureRandom() |
void |
testInitVerifyCertificate() |
void |
testInitVerifyPublicKey() |
void |
testSetParameterAlgorithmParameterSpec() |
void |
testSetParameterStringObject() |
void |
testSign() |
void |
testSignbyteintint() |
void |
testUpdatebyte() |
void |
testUpdatebyteArray() |
void |
testUpdatebyteArrayintint() |
void |
testUpdatebyteArrayintint2() |
void |
testVerifybyteArray() |
void |
testVerifybyteArrayintint() |
public void testConstructor()
public void testClone()
public void testGetProvider()
public void testGetAlgorithm()
public void testInitVerifyPublicKey() throws InvalidKeyException
InvalidKeyException
public void testInitVerifyCertificate() throws InvalidKeyException
InvalidKeyException
public void testInitSignPrivateKey() throws InvalidKeyException
InvalidKeyException
public void testInitSignPrivateKeySecureRandom() throws InvalidKeyException
InvalidKeyException
public void testVerifybyteArrayintint() throws Exception
Exception
public void testUpdatebyteArrayintint() throws Exception
Exception
public void testUpdatebyteArrayintint2() throws Exception
Exception
public void testSetParameterStringObject()
public void testSetParameterAlgorithmParameterSpec() throws InvalidAlgorithmParameterException
public void testGetParameter()