public class BLSSignerTest
extends junit.framework.TestCase
| Constructor and Description |
|---|
BLSSignerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCustomDstSelectsPopSuite() |
void |
testDstAt255BytesAccepted() |
void |
testGenerateBeforeInitFails() |
void |
testInitRejectsWrongKeyType() |
void |
testLongDstCurrentlyRejected() |
void |
testResetClearsBufferBetweenSigns() |
void |
testSignVerifyLongMessageRoundTrip() |
void |
testSignVerifyRoundTrip() |
void |
testStreamingUpdate() |
void |
testVerifyRejectsMalformedSignature() |
void |
testVerifyRejectsSignatureLength95() |
void |
testVerifyRejectsSignatureLength97() |
void |
testVerifyRejectsWrongKey() |
void |
testVerifyRejectsWrongMessage() |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringpublic void testSignVerifyRoundTrip()
throws CryptoException
CryptoExceptionpublic void testStreamingUpdate()
throws CryptoException
CryptoExceptionpublic void testVerifyRejectsWrongMessage()
throws CryptoException
CryptoExceptionpublic void testVerifyRejectsWrongKey()
throws CryptoException
CryptoExceptionpublic void testVerifyRejectsMalformedSignature()
public void testCustomDstSelectsPopSuite()
throws CryptoException
CryptoExceptionpublic void testResetClearsBufferBetweenSigns()
throws CryptoException
CryptoExceptionpublic void testInitRejectsWrongKeyType()
public void testGenerateBeforeInitFails()
public void testVerifyRejectsSignatureLength95()
throws CryptoException
CryptoExceptionpublic void testVerifyRejectsSignatureLength97()
throws CryptoException
CryptoExceptionpublic void testSignVerifyLongMessageRoundTrip()
throws CryptoException
CryptoExceptionpublic void testLongDstCurrentlyRejected()
throws CryptoException
CryptoExceptionpublic void testDstAt255BytesAccepted()
throws CryptoException
CryptoException