|
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 java.lang.String |
getAlias()
|
abstract java.security.cert.X509Certificate[] |
getCertificateChain()
Get the ordered certificate chain. |
static JmeterKeyStore |
getInstance(java.lang.String type)
|
abstract java.security.PrivateKey |
getPrivateKey()
Return the private Key |
abstract void |
load(java.io.InputStream is,
java.lang.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(java.io.InputStream is,
java.lang.String password)
throws java.lang.Exception
java.lang.Exceptionpublic abstract java.security.cert.X509Certificate[] getCertificateChain()
public abstract java.lang.String getAlias()
public abstract java.security.PrivateKey getPrivateKey()
public static final JmeterKeyStore getInstance(java.lang.String type)
throws java.lang.Exception
java.lang.Exception
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||