Apache JMeter
1.9

org.apache.jmeter.util.keystore
Class PKCS12KeyStore

java.lang.Object
  |
  +--org.apache.jmeter.util.keystore.JmeterKeyStore
        |
        +--org.apache.jmeter.util.keystore.PKCS12KeyStore

public class PKCS12KeyStore
extends JmeterKeyStore

Use this Keystore for iSaSiLk SSL Managers.

Version:
CVS $Revision: 1.2 $ $Date: 2003/07/09 21:20:37 $
Author:
Berin Loritsch

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

PKCS12KeyStore

public PKCS12KeyStore(String type)
               throws Exception
Method Detail

getAlias

public final String getAlias()
Specified by:
getAlias in class JmeterKeyStore

load

public void load(InputStream is,
                 String pword)
          throws IOException,
                 PKCSException,
                 CertificateException
Process PKCS12 input stream into the private key and certificate chain.

Specified by:
load in class JmeterKeyStore
IOException
PKCSException
CertificateException

getCertificateChain

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

Specified by:
getCertificateChain in class JmeterKeyStore

getPrivateKey

public final PrivateKey getPrivateKey()
Return the private Key

Specified by:
getPrivateKey in class JmeterKeyStore

Apache JMeter
1.9

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