public static interface GrpcServiceOuterClass.GrpcService.GoogleGrpc.SslCredentialsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Base.DataSource |
getCertChain()
PEM encoded client certificate chain.
|
Base.DataSourceOrBuilder |
getCertChainOrBuilder()
PEM encoded client certificate chain.
|
Base.DataSource |
getPrivateKey()
PEM encoded client private key.
|
Base.DataSourceOrBuilder |
getPrivateKeyOrBuilder()
PEM encoded client private key.
|
Base.DataSource |
getRootCerts()
PEM encoded server root certificates.
|
Base.DataSourceOrBuilder |
getRootCertsOrBuilder()
PEM encoded server root certificates.
|
boolean |
hasCertChain()
PEM encoded client certificate chain.
|
boolean |
hasPrivateKey()
PEM encoded client private key.
|
boolean |
hasRootCerts()
PEM encoded server root certificates.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRootCerts()
PEM encoded server root certificates.
.envoy.api.v2.core.DataSource root_certs = 1;Base.DataSource getRootCerts()
PEM encoded server root certificates.
.envoy.api.v2.core.DataSource root_certs = 1;Base.DataSourceOrBuilder getRootCertsOrBuilder()
PEM encoded server root certificates.
.envoy.api.v2.core.DataSource root_certs = 1;boolean hasPrivateKey()
PEM encoded client private key.
.envoy.api.v2.core.DataSource private_key = 2;Base.DataSource getPrivateKey()
PEM encoded client private key.
.envoy.api.v2.core.DataSource private_key = 2;Base.DataSourceOrBuilder getPrivateKeyOrBuilder()
PEM encoded client private key.
.envoy.api.v2.core.DataSource private_key = 2;boolean hasCertChain()
PEM encoded client certificate chain.
.envoy.api.v2.core.DataSource cert_chain = 3;Base.DataSource getCertChain()
PEM encoded client certificate chain.
.envoy.api.v2.core.DataSource cert_chain = 3;Base.DataSourceOrBuilder getCertChainOrBuilder()
PEM encoded client certificate chain.
.envoy.api.v2.core.DataSource cert_chain = 3;Copyright © 2019 WSO2. All rights reserved.