Interface TlsResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TlsResult, TlsResult.Builder
@Generated
public interface TlsResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring cipher_suite = 2;com.google.protobuf.ByteStringstring cipher_suite = 2;getClientcertChain(int index) metadata for each cert in the chain (including leaf)intmetadata for each cert in the chain (including leaf)metadata for each cert in the chain (including leaf)getClientcertChainOrBuilder(int index) metadata for each cert in the chain (including leaf)List<? extends CertMetadataOrBuilder> metadata for each cert in the chain (including leaf)booleanbool clientcert_is_validated = 3;com.google.protobuf.ByteStringfull leaf cert.Human readable field of clientcert_is_validatedcom.google.protobuf.ByteStringHuman readable field of clientcert_is_validatedstring tls_version = 1;com.google.protobuf.ByteStringstring tls_version = 1;Resource ID of the organization as recognized by the Trusted CA provider.com.google.protobuf.ByteStringResource ID of the organization as recognized by the Trusted CA provider.Identifier for the Trusted CA provider that validated the client certificate.com.google.protobuf.ByteStringIdentifier for the Trusted CA provider that validated the client certificate.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTlsVersion
-
getTlsVersionBytes
com.google.protobuf.ByteString getTlsVersionBytes()string tls_version = 1;- Returns:
- The bytes for tlsVersion.
-
getCipherSuite
-
getCipherSuiteBytes
com.google.protobuf.ByteString getCipherSuiteBytes()string cipher_suite = 2;- Returns:
- The bytes for cipherSuite.
-
getClientcertIsValidated
boolean getClientcertIsValidated()bool clientcert_is_validated = 3;- Returns:
- The clientcertIsValidated.
-
getClientcertValidationResult
String getClientcertValidationResult()Human readable field of clientcert_is_validated
string clientcert_validation_result = 4;- Returns:
- The clientcertValidationResult.
-
getClientcertValidationResultBytes
com.google.protobuf.ByteString getClientcertValidationResultBytes()Human readable field of clientcert_is_validated
string clientcert_validation_result = 4;- Returns:
- The bytes for clientcertValidationResult.
-
getClientcertLeaf
com.google.protobuf.ByteString getClientcertLeaf()full leaf cert. Raw bytes are encoded in PEM.
bytes clientcert_leaf = 5;- Returns:
- The clientcertLeaf.
-
getClientcertChainList
List<CertMetadata> getClientcertChainList()metadata for each cert in the chain (including leaf)
repeated .traffic.networkcontext.v1.CertMetadata clientcert_chain = 6; -
getClientcertChain
metadata for each cert in the chain (including leaf)
repeated .traffic.networkcontext.v1.CertMetadata clientcert_chain = 6; -
getClientcertChainCount
int getClientcertChainCount()metadata for each cert in the chain (including leaf)
repeated .traffic.networkcontext.v1.CertMetadata clientcert_chain = 6; -
getClientcertChainOrBuilderList
List<? extends CertMetadataOrBuilder> getClientcertChainOrBuilderList()metadata for each cert in the chain (including leaf)
repeated .traffic.networkcontext.v1.CertMetadata clientcert_chain = 6; -
getClientcertChainOrBuilder
metadata for each cert in the chain (including leaf)
repeated .traffic.networkcontext.v1.CertMetadata clientcert_chain = 6; -
getTrustedcaProviderId
String getTrustedcaProviderId()Identifier for the Trusted CA provider that validated the client certificate. This is an opaque string, unique to each provider, used for auditing and cross-referencing.
string trustedca_provider_id = 7;- Returns:
- The trustedcaProviderId.
-
getTrustedcaProviderIdBytes
com.google.protobuf.ByteString getTrustedcaProviderIdBytes()Identifier for the Trusted CA provider that validated the client certificate. This is an opaque string, unique to each provider, used for auditing and cross-referencing.
string trustedca_provider_id = 7;- Returns:
- The bytes for trustedcaProviderId.
-
getTrustedcaOrgResourceId
String getTrustedcaOrgResourceId()Resource ID of the organization as recognized by the Trusted CA provider. This is an opaque string, unique within the provider, used for mapping to organizational records.
string trustedca_org_resource_id = 8;- Returns:
- The trustedcaOrgResourceId.
-
getTrustedcaOrgResourceIdBytes
com.google.protobuf.ByteString getTrustedcaOrgResourceIdBytes()Resource ID of the organization as recognized by the Trusted CA provider. This is an opaque string, unique within the provider, used for mapping to organizational records.
string trustedca_org_resource_id = 8;- Returns:
- The bytes for trustedcaOrgResourceId.
-