|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.jmeter.util.keystore.JmeterKeyStore | +--org.apache.jmeter.util.keystore.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
Method Detail |
public void load(InputStream is, String pword) throws Exception
JmeterKeyStore
load
in class JmeterKeyStore
Exception
public final X509Certificate[] getCertificateChain()
JmeterKeyStore
getCertificateChain
in class JmeterKeyStore
public final PrivateKey getPrivateKey()
JmeterKeyStore
getPrivateKey
in class JmeterKeyStore
public final String getAlias()
getAlias
in class JmeterKeyStore
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |