Uses of Class
org.eblocker.server.common.ssl.EblockerCa
Packages that use EblockerCa
-
Uses of EblockerCa in org.eblocker.server.common.ssl
Methods in org.eblocker.server.common.ssl that return EblockerCaModifier and TypeMethodDescriptionstatic EblockerCaEblockerCa.generateRootCa(String commonName, Date notBefore, Date notAfter, int caKeySize) SslService.getCa()SslService.getRenewalCa()static EblockerCaEblockerCa.loadFromKeyStore(java.nio.file.Path keyStorePath, char[] keyStorePassword) Constructors in org.eblocker.server.common.ssl with parameters of type EblockerCaModifierConstructorDescriptionGeneratingKeyManager(EblockerCa eblockerCa, KeyPair keyPair, int maxSize, int concurrencyLevel, List<String> defaultNames)