Uses of Interface
org.graylog.security.certutil.csr.KeystoreInformation
Packages that use KeystoreInformation
-
Uses of KeystoreInformation in org.graylog.security.certutil.csr
Classes in org.graylog.security.certutil.csr that implement KeystoreInformationModifier and TypeClassDescriptionfinal recordclassMethods in org.graylog.security.certutil.csr with parameters of type KeystoreInformationModifier and TypeMethodDescriptionstatic org.bouncycastle.pkcs.PKCS10CertificationRequestCsrGenerator.generateCSR(KeystoreInformation keystoreInformation, String alias, String principalName, List<String> altNames) Generates new CSR. -
Uses of KeystoreInformation in org.graylog2.security
Methods in org.graylog2.security with parameters of type KeystoreInformationModifier and TypeMethodDescriptionTruststoreCreator.addFromKeystore(KeystoreInformation keystoreInformation, String alias) Originally we added only the root(=selfsigned) certificate to the truststore.