| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.auth |
| Modifier and Type | Method and Description |
|---|---|
TlsSessionTicketKeys |
TlsSessionTicketKeys.Builder.build() |
TlsSessionTicketKeys |
TlsSessionTicketKeys.Builder.buildPartial() |
static TlsSessionTicketKeys |
TlsSessionTicketKeys.getDefaultInstance() |
TlsSessionTicketKeys |
TlsSessionTicketKeys.getDefaultInstanceForType() |
TlsSessionTicketKeys |
TlsSessionTicketKeys.Builder.getDefaultInstanceForType() |
TlsSessionTicketKeys |
Secret.getSessionTicketKeys()
.envoy.api.v2.auth.TlsSessionTicketKeys session_ticket_keys = 3; |
TlsSessionTicketKeys |
Secret.Builder.getSessionTicketKeys()
.envoy.api.v2.auth.TlsSessionTicketKeys session_ticket_keys = 3; |
TlsSessionTicketKeys |
SecretOrBuilder.getSessionTicketKeys()
.envoy.api.v2.auth.TlsSessionTicketKeys session_ticket_keys = 3; |
TlsSessionTicketKeys |
DownstreamTlsContext.getSessionTicketKeys()
TLS session ticket key settings.
|
TlsSessionTicketKeys |
DownstreamTlsContext.Builder.getSessionTicketKeys()
TLS session ticket key settings.
|
TlsSessionTicketKeys |
DownstreamTlsContextOrBuilder.getSessionTicketKeys()
TLS session ticket key settings.
|
static TlsSessionTicketKeys |
TlsSessionTicketKeys.parseDelimitedFrom(InputStream input) |
static TlsSessionTicketKeys |
TlsSessionTicketKeys.parseDelimitedFrom(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(ByteBuffer data) |
static TlsSessionTicketKeys |
TlsSessionTicketKeys.parseFrom(ByteBuffer 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(InputStream input) |
static TlsSessionTicketKeys |
TlsSessionTicketKeys.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TlsSessionTicketKeys> |
TlsSessionTicketKeys.getParserForType() |
static com.google.protobuf.Parser<TlsSessionTicketKeys> |
TlsSessionTicketKeys.parser() |
| Modifier and Type | Method and Description |
|---|---|
TlsSessionTicketKeys.Builder |
TlsSessionTicketKeys.Builder.mergeFrom(TlsSessionTicketKeys other) |
Secret.Builder |
Secret.Builder.mergeSessionTicketKeys(TlsSessionTicketKeys value)
.envoy.api.v2.auth.TlsSessionTicketKeys session_ticket_keys = 3; |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.mergeSessionTicketKeys(TlsSessionTicketKeys value)
TLS session ticket key settings.
|
static TlsSessionTicketKeys.Builder |
TlsSessionTicketKeys.newBuilder(TlsSessionTicketKeys prototype) |
Secret.Builder |
Secret.Builder.setSessionTicketKeys(TlsSessionTicketKeys value)
.envoy.api.v2.auth.TlsSessionTicketKeys session_ticket_keys = 3; |
DownstreamTlsContext.Builder |
DownstreamTlsContext.Builder.setSessionTicketKeys(TlsSessionTicketKeys value)
TLS session ticket key settings.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.