
Definition at line 24 of file KeyPairTest.java.
Public Member Functions | |
| KeyPairTest (String arg0) | |
| void | testKeyPair () throws JCOFault |
| void | testKeyEncodeDecode () throws Exception |
| void | testSignature () throws Exception |
Static Public Member Functions | |
| void | main (String[] args) |
Package Attributes | |
| final JCOKeyPair | keypair |
|
|
Takes 5 secs to create 1024 (JCO default) keylength 13 seconds to create 2048 (BC default) key length. Noticeable delay either way. Definition at line 31 of file KeyPairTest.java. |