Uses of Class
network.oxalis.commons.security.KeyStoreConf
-
Packages that use KeyStoreConf Package Description network.oxalis.commons.security -
-
Uses of KeyStoreConf in network.oxalis.commons.security
Methods in network.oxalis.commons.security that return KeyStoreConf Modifier and Type Method Description static KeyStoreConfKeyStoreConf. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyStoreConf[]KeyStoreConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.security with type arguments of type KeyStoreConf Modifier and Type Method Description protected X509CertificateCertificateModule. getCertificate(KeyStore keyStore, Settings<KeyStoreConf> settings)protected KeyStoreCertificateModule. getKeyStore(Settings<KeyStoreConf> settings, Path confFolder)protected PrivateKeyCertificateModule. getPrivateKeyEntry(KeyStore keyStore, Settings<KeyStoreConf> settings)
-