com.atlassian.bamboo.agent.elastic.tunnel
Interface KeyStoreFactory

All Known Implementing Classes:
KeyStoreFactoryImpl

public interface KeyStoreFactory


Method Summary
 java.security.KeyStore generateKeyStore(java.lang.String baseURL)
           
 

Method Detail

generateKeyStore

java.security.KeyStore generateKeyStore(java.lang.String baseURL)
                                        throws java.security.KeyStoreException,
                                               java.io.IOException,
                                               java.security.NoSuchAlgorithmException,
                                               java.security.cert.CertificateException
Throws:
java.security.KeyStoreException
java.io.IOException
java.security.NoSuchAlgorithmException
java.security.cert.CertificateException


Copyright © 2010 Atlassian. All Rights Reserved.