Uses of Record Class
org.graylog.security.certutil.cert.CertificateChain
Packages that use CertificateChain
-
Uses of CertificateChain in org.graylog.security.certutil
Methods in org.graylog.security.certutil that return CertificateChainModifier and TypeMethodDescriptionCaKeystore.signCertificateRequest(CertificateSigningRequest request, RenewalPolicy renewalPolicy) -
Uses of CertificateChain in org.graylog2.cluster.certificates
Methods in org.graylog2.cluster.certificates that return CertificateChainModifier and TypeMethodDescriptionCertificateExchangeImpl.parseCertificateChain(String certificate) Method parameters in org.graylog2.cluster.certificates with type arguments of type CertificateChainModifier and TypeMethodDescriptionvoidCertificateExchange.pollCertificate(String nodeId, Consumer<CertificateChain> chainConsumer) If the consumer fails to consume existing certificate, the certificate won't be removed and the attempt will be repeated during the next poll call.voidCertificateExchangeImpl.pollCertificate(String nodeId, Consumer<CertificateChain> chainConsumer) voidCertificateExchange.signPendingCertificateRequests(Function<CertificateSigningRequest, CertificateChain> signingFunction) Take every pending CSR and transform it to a valid certificate chain by using the signing functionvoidCertificateExchangeImpl.signPendingCertificateRequests(Function<CertificateSigningRequest, CertificateChain> signingFunction)