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