|
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.PKCS12KeyStore
Use this Keystore for iSaSiLk SSL Managers.
Constructor Summary | |
PKCS12KeyStore(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 PKCS12 input stream into the private key and certificate chain. |
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 PKCS12KeyStore(String type) throws Exception
Method Detail |
public final String getAlias()
getAlias
in class JmeterKeyStore
public void load(InputStream is, String pword) throws IOException, PKCSException, CertificateException
load
in class JmeterKeyStore
IOException
PKCSException
CertificateException
public final X509Certificate[] getCertificateChain()
getCertificateChain
in class JmeterKeyStore
public final PrivateKey getPrivateKey()
getPrivateKey
in class JmeterKeyStore
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |