|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.trustmanager.KeyStoreGenerator
Generates a keystore from the certificate and the private key from the files.
Constructor Summary | |
KeyStoreGenerator()
|
Method Summary | |
static java.security.KeyStore |
generate(java.lang.String certFile,
java.lang.String keyFile,
org.bouncycastle.openssl.PasswordFinder finder,
java.lang.String storePasswd)
Generates the new KeyStore using the information given in the constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyStoreGenerator()
Method Detail |
public static java.security.KeyStore generate(java.lang.String certFile, java.lang.String keyFile, org.bouncycastle.openssl.PasswordFinder finder, java.lang.String storePasswd) throws java.lang.Exception
java.lang.Exception
- Thrown is the certificate or private key reading
fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |