org.apache.jmeter.util.keystore
Class JmeterKeyStore
public abstract class JmeterKeyStore
Use this Keystore for JMeter specific KeyStores.
getAlias
public abstract String getAlias()
getCertificateChain
public abstract X509Certificate[] getCertificateChain()
Get the ordered certificate chain.
getInstance
public static final JmeterKeyStore getInstance(String type)
throws Exception
getPrivateKey
public abstract PrivateKey getPrivateKey()
Return the private Key
load
public abstract void load(InputStream is,
String password)
throws Exception
Process the input stream
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.