-
Fields Field Description org.apache.tomcat.jni.SSL.SSL_AIDX_DSA org.apache.tomcat.jni.SSL.SSL_AIDX_MAX org.apache.tomcat.jni.SSL.SSL_AIDX_RSA org.apache.tomcat.jni.SSL.SSL_OP_PKCS1_CHECK_1 Unsupported in the current version of OpenSSLorg.apache.tomcat.jni.SSL.SSL_OP_PKCS1_CHECK_2 Unsupported in the current version of OpenSSL
-
Methods Method Description org.apache.tomcat.jni.SSLContext.setCertificate(long, String, String, String, int) UseSSLContext.setCertificate(long, String, String, String)
Set Certificate
Point setCertificateFile at a PEM encoded certificate. If the certificate is encrypted, then you will be prompted for a pass phrase. Note that a kill -HUP will prompt again. A test certificate can be generated with `make certificate' under built time. Keep in mind that if you've both a RSA and a DSA certificate you can configure both in parallel (to also allow the use of DSA ciphers, etc.)
If the key is not combined with the certificate, use key param to point at the key file. Keep in mind that if you've both a RSA and a DSA private key you can configure both in parallel (to also allow the use of DSA ciphers, etc.)
org.apache.tomcat.jni.SSLContext.setCertificateBio(long, long, long, String, int) UseSSLContext.setCertificateBio(long, long, long, String)
Set CertificatePoint setCertificate at a PEM encoded certificate stored in a BIO. If the certificate is encrypted, then you will be prompted for a pass phrase. Note that a kill -HUP will prompt again. A test certificate can be generated with `make certificate' under built time. Keep in mind that if you've both a RSA and a DSA certificate you can configure both in parallel (to also allow the use of DSA ciphers, etc.)
If the key is not combined with the certificate, use key param to point at the key file. Keep in mind that if you've both a RSA and a DSA private key you can configure both in parallel (to also allow the use of DSA ciphers, etc.)
org.apache.tomcat.jni.SSLContext.setNextProtos(long, String) org.apache.tomcat.jni.SSLContext.setSessionTicketKeys(long, byte[])