Apache JMeter

org.apache.jmeter.util.keystore
Class JmeterKeyStore

java.lang.Object
  extended by org.apache.jmeter.util.keystore.JmeterKeyStore
Direct Known Subclasses:
DefaultKeyStore

public abstract class JmeterKeyStore
extends java.lang.Object

Use this Keystore for JMeter specific KeyStores.


Constructor Summary
JmeterKeyStore()
           
 
Method Summary
abstract  java.lang.String getAlias()
           
abstract  java.security.cert.X509Certificate[] getCertificateChain()
          Get the ordered certificate chain.
static JmeterKeyStore getInstance(java.lang.String type)
           
abstract  java.security.PrivateKey getPrivateKey()
          Return the private Key
abstract  void load(java.io.InputStream is, java.lang.String password)
          Process the input stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmeterKeyStore

public JmeterKeyStore()
Method Detail

load

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

Throws:
java.lang.Exception

getCertificateChain

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


getAlias

public abstract java.lang.String getAlias()

getPrivateKey

public abstract java.security.PrivateKey getPrivateKey()
Return the private Key


getInstance

public static final JmeterKeyStore getInstance(java.lang.String type)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

Apache JMeter

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