Uses of Class
org.wildfly.test.security.common.other.KeyStoreUtils.KeyEntry
Packages that use KeyStoreUtils.KeyEntry
-
Uses of KeyStoreUtils.KeyEntry in org.wildfly.test.security.common.other
Methods in org.wildfly.test.security.common.other with parameters of type KeyStoreUtils.KeyEntryModifier and TypeMethodDescriptionstatic KeyStoreKeyStoreUtils.generateKeystore(KeyStoreUtils.KeyEntry[] keys, KeyStoreUtils.CertEntry[] trustCerts, String keystorePassword) Generates keystore of JKS type with specified key and cert entries.static KeyStoreKeyStoreUtils.generateKeystore(KeyStoreUtils.KeyStoreType keyStoreType, KeyStoreUtils.KeyEntry[] keys, KeyStoreUtils.CertEntry[] trustCerts, String keystorePassword) Generates keystore of given type with specified key and cert entries.