com.atlassian.jira.configurator.ssl
Class DefaultKeyStoreProvider

java.lang.Object
  extended by com.atlassian.jira.configurator.ssl.DefaultKeyStoreProvider
All Implemented Interfaces:
KeyStoreProvider

public class DefaultKeyStoreProvider
extends Object
implements KeyStoreProvider


Constructor Summary
DefaultKeyStoreProvider()
           
 
Method Summary
 KeyStore load(CertificateDetails certificateDetails)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultKeyStoreProvider

public DefaultKeyStoreProvider()
Method Detail

load

@Nonnull
public KeyStore load(@Nonnull
                             CertificateDetails certificateDetails)
              throws KeyStoreException,
                     IOException,
                     NoSuchAlgorithmException,
                     CertificateException
Specified by:
load in interface KeyStoreProvider
Throws:
KeyStoreException
IOException
NoSuchAlgorithmException
CertificateException


Copyright © 2002-2014 Atlassian. All Rights Reserved.