org.apache.jmeter.util.keystore

Class DefaultKeyStore


public class DefaultKeyStore
extends JmeterKeyStore

Use this Keystore to wrap the normal KeyStore implementation.

Constructor Summary

DefaultKeyStore(String type)

Method Summary

String
getAlias()
X509Certificate[]
getCertificateChain()
PrivateKey
getPrivateKey()
void
load(InputStream is, String pword)

Methods inherited from class org.apache.jmeter.util.keystore.JmeterKeyStore

getAlias, getCertificateChain, getInstance, getPrivateKey, load

Constructor Details

DefaultKeyStore

public DefaultKeyStore(String type)
            throws Exception

Method Details

getAlias

public final String getAlias()
Overrides:
getAlias in interface JmeterKeyStore

getCertificateChain

public final X509Certificate[] getCertificateChain()
Overrides:
getCertificateChain in interface JmeterKeyStore

getPrivateKey

public final PrivateKey getPrivateKey()
Overrides:
getPrivateKey in interface JmeterKeyStore

load

public void load(InputStream is,
                 String pword)
            throws Exception
Overrides:
load in interface JmeterKeyStore

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.