Uses of Class
org.forgerock.opendj.setup.model.Security.KeyStoreModel
-
Packages that use Security.KeyStoreModel Package Description org.forgerock.opendj.setup.model Contains code of the opendj setup model. -
-
Uses of Security.KeyStoreModel in org.forgerock.opendj.setup.model
Subclasses of Security.KeyStoreModel in org.forgerock.opendj.setup.model Modifier and Type Class Description static class
Security.ExistingKeyStore
Abstract class which represents an existing keystore to use to setup a server instance.Methods in org.forgerock.opendj.setup.model with parameters of type Security.KeyStoreModel Modifier and Type Method Description Setup
Setup. useExistingCertificatesForTls(Security.KeyStoreModel keyStore, Security.TrustStoreModel trustStore)
Specifies that peer-to-peer communications will be secured with certificates located in the user-provided key and trust store.
-