org.apache.jmeter.util.keystore
Class DefaultKeyStore
java.lang.Object
org.apache.jmeter.util.keystore.JmeterKeyStore
org.apache.jmeter.util.keystore.DefaultKeyStore
- public class DefaultKeyStore
- extends JmeterKeyStore
Use this Keystore to wrap the normal KeyStore implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultKeyStore
public DefaultKeyStore(String type)
throws Exception
load
public void load(InputStream is,
String pword)
throws Exception
- Description copied from class:
JmeterKeyStore
- Process the input stream
- Specified by:
load
in class JmeterKeyStore
- Throws:
Exception
getCertificateChain
public final X509Certificate[] getCertificateChain()
- Description copied from class:
JmeterKeyStore
- Get the ordered certificate chain.
- Specified by:
getCertificateChain
in class JmeterKeyStore
getPrivateKey
public final PrivateKey getPrivateKey()
- Description copied from class:
JmeterKeyStore
- Return the private Key
- Specified by:
getPrivateKey
in class JmeterKeyStore
getAlias
public final String getAlias()
- Specified by:
getAlias
in class JmeterKeyStore
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.