public class KeyFactoryTest
extends java.lang.Object
Constructor and Description |
---|
KeyFactoryTest() |
Modifier and Type | Method and Description |
---|---|
void |
doTest() |
void |
genPrivKeyFromSpec(org.mozilla.jss.tests.TestValues vals) |
void |
genPubKeyFromSpec(org.mozilla.jss.tests.TestValues vals) |
static void |
main(java.lang.String[] argv) |
void |
signVerify(java.lang.String sigAlg,
java.security.PrivateKey privk,
java.lang.String signProv,
java.security.PublicKey pubk,
java.lang.String verifyProv) |
public static void main(java.lang.String[] argv)
public void doTest() throws java.lang.Throwable
java.lang.Throwable
public void genPrivKeyFromSpec(org.mozilla.jss.tests.TestValues vals) throws java.lang.Throwable
java.lang.Throwable
public void signVerify(java.lang.String sigAlg, java.security.PrivateKey privk, java.lang.String signProv, java.security.PublicKey pubk, java.lang.String verifyProv) throws java.lang.Throwable
java.lang.Throwable
public void genPubKeyFromSpec(org.mozilla.jss.tests.TestValues vals) throws java.lang.Throwable
java.lang.Throwable