Method Summary |
|
public static CertPath | genCertPath(int howMany, int startID) Generates and returns an instance of TestCertPath.
TestCertificate-s included in the CertPath will be uniq (will have
different numbers passed to their ctor-s).
The second arguments shows which number will have the first Certificate
in the CertPath. |
public static Certificate | getCert() Returns new instance of test certificate each time the method is called. |
public static Certificate[] | getCertChain() Returns an array of 3 test certificates. |
public static CertPath | getCertPath() Returns a test CertPath, which uses getCertChain() to obtain a list of
certificates to store. |
public static void | install_test_x509_factory() |
public static void | uninstall_test_x509_factory() |