net.jradius.util
Class KeyStoreUtil
java.lang.Object
net.jradius.util.KeyStoreUtil
public class KeyStoreUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyStoreUtil
public KeyStoreUtil()
loadBC
public static void loadBC()
loadKeyManager
public static KeyManager[] loadKeyManager(String type,
InputStream in,
String password)
throws Exception
- Throws:
Exception
loadCertificateFromPEM
public static X509Certificate loadCertificateFromPEM(InputStream in,
char[] pwd)
throws Exception
- Throws:
Exception
loadTrustManager
public static TrustManager[] loadTrustManager(String type,
InputStream in,
String password)
throws Exception
- Throws:
Exception
trustAllManager
public static TrustManager[] trustAllManager()
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.