public interface KeyStoreFactory
Modifier and Type | Method and Description |
---|---|
KeyStore |
generateKeyStore(String keyAlias,
String commonName,
char[] keystorePassword,
char[] keyPassword) |
KeyStore |
loadKeyStore(File file,
char[] password) |
@NotNull KeyStore generateKeyStore(String keyAlias, @NotNull String commonName, @Nullable char[] keystorePassword, @NotNull char[] keyPassword) throws KeyStoreException, CertificateException, NoSuchAlgorithmException
@NotNull KeyStore loadKeyStore(@NotNull File file, @NotNull char[] password) throws KeyStoreException, IOException, NoSuchAlgorithmException, CertificateException, FileNotFoundException
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.