|
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
org.apache.jmeter.util.keystore.DefaultKeyStore
public class DefaultKeyStore
Use this Keystore to wrap the normal KeyStore implementation.
Constructor Summary | |
---|---|
DefaultKeyStore(String type)
|
Method Summary | |
---|---|
String |
getAlias()
|
X509Certificate[] |
getCertificateChain()
Get the ordered certificate chain. |
PrivateKey |
getPrivateKey()
Return the private Key |
void |
load(InputStream is,
String pword)
Process the input stream |
Methods inherited from class org.apache.jmeter.util.keystore.JmeterKeyStore |
---|
getInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultKeyStore(String type) throws Exception
Exception
Method Detail |
---|
public void load(InputStream is, String pword) throws Exception
load
in class JmeterKeyStore
Exception
public final X509Certificate[] getCertificateChain()
getCertificateChain
in class JmeterKeyStore
public final PrivateKey getPrivateKey()
getPrivateKey
in class JmeterKeyStore
public final String getAlias()
getAlias
in class JmeterKeyStore
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |