Class CsrSigner
java.lang.Object
org.graylog.security.certutil.csr.CsrSigner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsign(PrivateKey caPrivateKey, X509Certificate caCertificate, org.bouncycastle.pkcs.PKCS10CertificationRequest csr, int validityDays) sign(PrivateKey caPrivateKey, X509Certificate caCertificate, org.bouncycastle.pkcs.PKCS10CertificationRequest csr, RenewalPolicy renewalPolicy)
-
Constructor Details
-
CsrSigner
public CsrSigner() -
CsrSigner
-
-
Method Details
-
sign
public X509Certificate sign(PrivateKey caPrivateKey, X509Certificate caCertificate, org.bouncycastle.pkcs.PKCS10CertificationRequest csr, RenewalPolicy renewalPolicy) throws Exception - Throws:
Exception
-
sign
public X509Certificate sign(PrivateKey caPrivateKey, X509Certificate caCertificate, org.bouncycastle.pkcs.PKCS10CertificationRequest csr, int validityDays) throws Exception - Throws:
Exception
-