public static interface Security.TlsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Security.Tls.CipherSuiteCase |
getCipherSuiteCase() |
com.google.protobuf.ByteString |
getLocalCertificate()
the certificate used by this endpoint.
|
String |
getOtherName()
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
|
com.google.protobuf.ByteString |
getOtherNameBytes()
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
|
com.google.protobuf.ByteString |
getRemoteCertificate()
the certificate used by the remote endpoint.
|
String |
getStandardName()
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
|
com.google.protobuf.ByteString |
getStandardNameBytes()
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
|
boolean |
hasOtherName()
Some other way to describe the cipher suite if
the RFC 4346 name is not available.
|
boolean |
hasStandardName()
The cipher suite name in the RFC 4346 format:
https://tools.ietf.org/html/rfc4346#appendix-C
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStandardName()
The cipher suite name in the RFC 4346 format: https://tools.ietf.org/html/rfc4346#appendix-C
string standard_name = 1;String getStandardName()
The cipher suite name in the RFC 4346 format: https://tools.ietf.org/html/rfc4346#appendix-C
string standard_name = 1;com.google.protobuf.ByteString getStandardNameBytes()
The cipher suite name in the RFC 4346 format: https://tools.ietf.org/html/rfc4346#appendix-C
string standard_name = 1;boolean hasOtherName()
Some other way to describe the cipher suite if the RFC 4346 name is not available.
string other_name = 2;String getOtherName()
Some other way to describe the cipher suite if the RFC 4346 name is not available.
string other_name = 2;com.google.protobuf.ByteString getOtherNameBytes()
Some other way to describe the cipher suite if the RFC 4346 name is not available.
string other_name = 2;com.google.protobuf.ByteString getLocalCertificate()
the certificate used by this endpoint.
bytes local_certificate = 3;com.google.protobuf.ByteString getRemoteCertificate()
the certificate used by the remote endpoint.
bytes remote_certificate = 4;Security.Tls.CipherSuiteCase getCipherSuiteCase()