|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.util.keystore.JmeterKeyStore
public abstract class JmeterKeyStore
Use this Keystore for JMeter specific KeyStores.
Constructor Summary | |
---|---|
JmeterKeyStore()
|
Method Summary | |
---|---|
abstract String |
getAlias()
|
abstract X509Certificate[] |
getCertificateChain()
Get the ordered certificate chain. |
static JmeterKeyStore |
getInstance(String type)
|
abstract PrivateKey |
getPrivateKey()
Return the private Key |
abstract void |
load(InputStream is,
String password)
Process the input stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JmeterKeyStore()
Method Detail |
---|
public abstract void load(InputStream is, String password) throws Exception
Exception
public abstract X509Certificate[] getCertificateChain()
public abstract String getAlias()
public abstract PrivateKey getPrivateKey()
public static final JmeterKeyStore getInstance(String type) throws Exception
Exception
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |