类 ReloadableSslContext
- java.lang.Object
-
- org.apache.flink.shaded.netty4.io.netty.handler.ssl.SslContext
-
- org.apache.flink.kubernetes.operator.ssl.ReloadableSslContext
-
public class ReloadableSslContext extends org.apache.flink.shaded.netty4.io.netty.handler.ssl.SslContextSSL context which is able to reload keystore.
-
-
构造器概要
构造器 构造器 说明 ReloadableSslContext(java.lang.String keystorePath, java.lang.String keystoreType, java.lang.String keystorePassword)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.apache.flink.shaded.netty4.io.netty.handler.ssl.ApplicationProtocolNegotiatorapplicationProtocolNegotiator()java.util.List<java.lang.String>cipherSuites()booleanisClient()javax.net.ssl.SSLEnginenewEngine(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBufAllocator byteBufAllocator)javax.net.ssl.SSLEnginenewEngine(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBufAllocator byteBufAllocator, java.lang.String s, int i)voidreload()javax.net.ssl.SSLSessionContextsessionContext()-
从类继承的方法 org.apache.flink.shaded.netty4.io.netty.handler.ssl.SslContext
attributes, buildKeyManagerFactory, buildKeyStore, buildTrustManagerFactory, buildTrustManagerFactory, buildTrustManagerFactory, defaultClientProvider, defaultServerProvider, generateKeySpec, isServer, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newHandler, newHandler, newHandler, newHandler, newHandler, newHandler, newHandler, newHandler, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, nextProtocols, sessionCacheSize, sessionTimeout, toPrivateKey, toPrivateKey, toX509Certificates, toX509Certificates
-
-
-
-
方法详细资料
-
isClient
public boolean isClient()
- 指定者:
isClient在类中org.apache.flink.shaded.netty4.io.netty.handler.ssl.SslContext
-
cipherSuites
public java.util.List<java.lang.String> cipherSuites()
- 指定者:
cipherSuites在类中org.apache.flink.shaded.netty4.io.netty.handler.ssl.SslContext
-
applicationProtocolNegotiator
public org.apache.flink.shaded.netty4.io.netty.handler.ssl.ApplicationProtocolNegotiator applicationProtocolNegotiator()
- 指定者:
applicationProtocolNegotiator在类中org.apache.flink.shaded.netty4.io.netty.handler.ssl.SslContext
-
newEngine
public javax.net.ssl.SSLEngine newEngine(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBufAllocator byteBufAllocator)
- 指定者:
newEngine在类中org.apache.flink.shaded.netty4.io.netty.handler.ssl.SslContext
-
newEngine
public javax.net.ssl.SSLEngine newEngine(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBufAllocator byteBufAllocator, java.lang.String s, int i)- 指定者:
newEngine在类中org.apache.flink.shaded.netty4.io.netty.handler.ssl.SslContext
-
sessionContext
public javax.net.ssl.SSLSessionContext sessionContext()
- 指定者:
sessionContext在类中org.apache.flink.shaded.netty4.io.netty.handler.ssl.SslContext
-
reload
public void reload() throws java.lang.Exception- 抛出:
java.lang.Exception
-
-