public class ExSExprTest
extends org.bouncycastle.util.test.SimpleTest
Constructor and Description |
---|
ExSExprTest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static void |
main(java.lang.String[] args) |
void |
performTest() |
void |
testBrainPoolCurves() |
void |
testDSAElgamalOpen() |
void |
testDSAProtected() |
void |
testECEdwardsOpen() |
void |
testECEdwardsProtected() |
void |
testECNistCurves() |
void |
testProtectedRSA() |
void |
testRSAOpen() |
void |
testShadowedRSA() |
void |
validateDSAKey(PGPKeyPair keyPair) |
void |
validateEcKey(PGPKeyPair keyPair) |
void |
validateEdKey(PGPKeyPair keyPair) |
void |
validateRSAKey(PGPKeyPair keyPair) |
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public java.lang.String getName()
getName
in interface org.bouncycastle.util.test.Test
getName
in class org.bouncycastle.util.test.SimpleTest
public void testECNistCurves() throws java.lang.Exception
java.lang.Exception
public void testBrainPoolCurves() throws java.lang.Exception
java.lang.Exception
public void testECEdwardsOpen() throws java.lang.Exception
java.lang.Exception
public void testECEdwardsProtected() throws java.lang.Exception
java.lang.Exception
public void testDSAElgamalOpen() throws java.lang.Exception
java.lang.Exception
public void testDSAProtected() throws java.lang.Exception
java.lang.Exception
public void testRSAOpen() throws java.lang.Exception
java.lang.Exception
public void testProtectedRSA() throws java.lang.Exception
java.lang.Exception
public void testShadowedRSA() throws java.lang.Exception
java.lang.Exception
public void performTest() throws java.lang.Exception
performTest
in class org.bouncycastle.util.test.SimpleTest
java.lang.Exception
public void validateDSAKey(PGPKeyPair keyPair)
public void validateEdKey(PGPKeyPair keyPair) throws java.lang.Exception
java.lang.Exception
public void validateEcKey(PGPKeyPair keyPair) throws java.lang.Exception
java.lang.Exception
public void validateRSAKey(PGPKeyPair keyPair)