Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys
-
Packages that use TlsSessionTicketKeys Package Description io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 -
-
Uses of TlsSessionTicketKeys in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 declared as TlsSessionTicketKeys Modifier and Type Field Description private static TlsSessionTicketKeys
TlsSessionTicketKeys. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type TlsSessionTicketKeys Modifier and Type Field Description private static com.google.protobuf.Parser<TlsSessionTicketKeys>
TlsSessionTicketKeys. PARSER
private com.google.protobuf.SingleFieldBuilder<TlsSessionTicketKeys,TlsSessionTicketKeys.Builder,TlsSessionTicketKeysOrBuilder>
DownstreamTlsContext.Builder. sessionTicketKeysBuilder_
private com.google.protobuf.SingleFieldBuilder<TlsSessionTicketKeys,TlsSessionTicketKeys.Builder,TlsSessionTicketKeysOrBuilder>
Secret.Builder. sessionTicketKeysBuilder_
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return TlsSessionTicketKeys Modifier and Type Method Description TlsSessionTicketKeys
TlsSessionTicketKeys.Builder. build()
TlsSessionTicketKeys
TlsSessionTicketKeys.Builder. buildPartial()
static TlsSessionTicketKeys
TlsSessionTicketKeys. getDefaultInstance()
TlsSessionTicketKeys
TlsSessionTicketKeys.Builder. getDefaultInstanceForType()
TlsSessionTicketKeys
TlsSessionTicketKeys. getDefaultInstanceForType()
TlsSessionTicketKeys
DownstreamTlsContext.Builder. getSessionTicketKeys()
TLS session ticket key settings.TlsSessionTicketKeys
DownstreamTlsContext. getSessionTicketKeys()
TLS session ticket key settings.TlsSessionTicketKeys
DownstreamTlsContextOrBuilder. getSessionTicketKeys()
TLS session ticket key settings.TlsSessionTicketKeys
Secret.Builder. getSessionTicketKeys()
.envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys session_ticket_keys = 3;
TlsSessionTicketKeys
Secret. getSessionTicketKeys()
.envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys session_ticket_keys = 3;
TlsSessionTicketKeys
SecretOrBuilder. getSessionTicketKeys()
.envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys session_ticket_keys = 3;
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseDelimitedFrom(java.io.InputStream input)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseFrom(byte[] data)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseFrom(com.google.protobuf.ByteString data)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseFrom(com.google.protobuf.CodedInputStream input)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseFrom(java.io.InputStream input)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseFrom(java.nio.ByteBuffer data)
static TlsSessionTicketKeys
TlsSessionTicketKeys. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type TlsSessionTicketKeys Modifier and Type Method Description com.google.protobuf.Parser<TlsSessionTicketKeys>
TlsSessionTicketKeys. getParserForType()
private com.google.protobuf.SingleFieldBuilder<TlsSessionTicketKeys,TlsSessionTicketKeys.Builder,TlsSessionTicketKeysOrBuilder>
DownstreamTlsContext.Builder. getSessionTicketKeysFieldBuilder()
TLS session ticket key settings.private com.google.protobuf.SingleFieldBuilder<TlsSessionTicketKeys,TlsSessionTicketKeys.Builder,TlsSessionTicketKeysOrBuilder>
Secret.Builder. getSessionTicketKeysFieldBuilder()
.envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys session_ticket_keys = 3;
static com.google.protobuf.Parser<TlsSessionTicketKeys>
TlsSessionTicketKeys. parser()
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type TlsSessionTicketKeys Modifier and Type Method Description private void
TlsSessionTicketKeys.Builder. buildPartial0(TlsSessionTicketKeys result)
private void
TlsSessionTicketKeys.Builder. buildPartialRepeatedFields(TlsSessionTicketKeys result)
TlsSessionTicketKeys.Builder
TlsSessionTicketKeys.Builder. mergeFrom(TlsSessionTicketKeys other)
DownstreamTlsContext.Builder
DownstreamTlsContext.Builder. mergeSessionTicketKeys(TlsSessionTicketKeys value)
TLS session ticket key settings.Secret.Builder
Secret.Builder. mergeSessionTicketKeys(TlsSessionTicketKeys value)
.envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys session_ticket_keys = 3;
static TlsSessionTicketKeys.Builder
TlsSessionTicketKeys. newBuilder(TlsSessionTicketKeys prototype)
DownstreamTlsContext.Builder
DownstreamTlsContext.Builder. setSessionTicketKeys(TlsSessionTicketKeys value)
TLS session ticket key settings.Secret.Builder
Secret.Builder. setSessionTicketKeys(TlsSessionTicketKeys value)
.envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys session_ticket_keys = 3;
-