com.atlassian.bamboo.agent.elastic.tunnel
Class KeyStoreFactoryImpl

java.lang.Object
  extended by com.atlassian.bamboo.agent.elastic.tunnel.KeyStoreFactoryImpl
All Implemented Interfaces:
KeyStoreFactory

public class KeyStoreFactoryImpl
extends java.lang.Object
implements KeyStoreFactory


Constructor Summary
KeyStoreFactoryImpl()
           
 
Method Summary
 java.security.KeyStore generateKeyStore(java.lang.String baseURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStoreFactoryImpl

public KeyStoreFactoryImpl()
Method Detail

generateKeyStore

public java.security.KeyStore generateKeyStore(java.lang.String baseURL)
                                        throws java.security.KeyStoreException,
                                               java.io.IOException,
                                               java.security.NoSuchAlgorithmException,
                                               java.security.cert.CertificateException
Specified by:
generateKeyStore in interface KeyStoreFactory
Throws:
java.security.KeyStoreException
java.io.IOException
java.security.NoSuchAlgorithmException
java.security.cert.CertificateException


Copyright © 2010 Atlassian. All Rights Reserved.