org.apache.jmeter.util.keystore

Class JmeterKeyStore

Known Direct Subclasses:
DefaultKeyStore

public abstract class JmeterKeyStore
extends Object

Use this Keystore for JMeter specific KeyStores.

Method Summary

abstract String
getAlias()
abstract X509Certificate[]
getCertificateChain()
Get the ordered certificate chain.
static JmeterKeyStore
getInstance(String type)
abstract PrivateKey
getPrivateKey()
Return the private Key
abstract void
load(InputStream is, String password)
Process the input stream

Method Details

getAlias

public abstract String getAlias()

getCertificateChain

public abstract X509Certificate[] getCertificateChain()
Get the ordered certificate chain.

getInstance

public static final JmeterKeyStore getInstance(String type)
            throws Exception

getPrivateKey

public abstract PrivateKey getPrivateKey()
Return the private Key

load

public abstract void load(InputStream is,
                          String password)
            throws Exception
Process the input stream

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