org.apache.jmeter.util.keystore
public abstract class JmeterKeyStore extends Object
Constructor and Description |
---|
JmeterKeyStore() |
Modifier and Type | Method and Description |
---|---|
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
|
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
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.