Field and 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 OpenSSL
|
org.apache.tomcat.jni.SSL.SSL_OP_PKCS1_CHECK_2
Unsupported in the current version of OpenSSL
|
Method and Description |
---|
org.apache.tomcat.jni.SSLContext.setCertificate(long, String, String, String, int)
Use
SSLContext.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)
Use
SSLContext.setCertificateBio(long, long, long, String)
Set Certificate
Point 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[]) |
Copyright © 2008–2016 The Netty Project. All rights reserved.