Interface KeyStoreFactory

All Known Implementing Classes:
BCKeyStoreFactory

public interface KeyStoreFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull KeyStore
    generateKeyStore(String keyAlias, @NotNull String commonName, @org.jetbrains.annotations.Nullable char[] keystorePassword, @org.jetbrains.annotations.NotNull char[] keyPassword)
     
    @NotNull KeyStore
    loadKeyStore(@NotNull File file, @org.jetbrains.annotations.NotNull char[] password)