Uses of Class
no.digipost.security.keystore.KeyStoreBuilder
-
Packages that use KeyStoreBuilder Package Description no.digipost.security.keystore -
-
Uses of KeyStoreBuilder in no.digipost.security.keystore
Methods in no.digipost.security.keystore that return KeyStoreBuilder Modifier and Type Method Description KeyStoreBuilderKeyStoreBuilder. containing(X509Certificate certificate)Add a certificate which should be contained in the resultingKeyStore.KeyStoreBuilderKeyStoreBuilder. containing(X509Certificate certificate, String alias)Add a certificate which should be contained in the resultingKeyStorewith the given alias.KeyStoreBuilderKeyStoreBuilder. containing(Collection<X509Certificate> certificates)Add certificates which should be contained in the resulting key store, and which will be aliased usingDEFAULT_ALIAS_CREATOR.KeyStoreBuilderKeyStoreBuilder. containing(Stream<X509Certificate> certificates)Add certificates which should be contained in the resulting key store, and which will be aliased usingDEFAULT_ALIAS_CREATOR.KeyStoreBuilderKeyStoreBuilder. containing(Stream<X509Certificate> certificates, Function<? super X509Certificate,String> aliasCreator)Add certificates which should be contained in the resulting key store.KeyStoreBuilderKeyStoreBuilder. loadFrom(InputStream keyStoreStream)Load key store fromInputStreaminto a newKeyStore.KeyStoreBuilderKeyStoreBuilder. loadFromClasspath(String classpathResourceName)Load key store from classpath resource into a newKeyStore.KeyStoreBuilderKeyStoreType. newKeyStore()
-