public final class Tls extends GeneratedMessage implements TlsOrBuilder
Transport Layer Security (TLS) information.
Protobuf type google.backstory.Tls
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CIPHER_FIELD_NUMBER
public static final int CIPHER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CLIENT_FIELD_NUMBER
public static final int CLIENT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CURVE_FIELD_NUMBER
public static final int CURVE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ESTABLISHED_FIELD_NUMBER
public static final int ESTABLISHED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NEXT_PROTOCOL_FIELD_NUMBER
public static final int NEXT_PROTOCOL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RESUMED_FIELD_NUMBER
public static final int RESUMED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SERVER_FIELD_NUMBER
public static final int SERVER_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
VERSION_PROTOCOL_FIELD_NUMBER
public static final int VERSION_PROTOCOL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Tls getDefaultInstance()
| Returns |
| Type |
Description |
Tls |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Tls.Builder newBuilder()
newBuilder(Tls prototype)
public static Tls.Builder newBuilder(Tls prototype)
| Parameter |
| Name |
Description |
prototype |
Tls
|
parseDelimitedFrom(InputStream input)
public static Tls parseDelimitedFrom(InputStream input)
| Returns |
| Type |
Description |
Tls |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Tls parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Tls |
|
parseFrom(byte[] data)
public static Tls parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
| Returns |
| Type |
Description |
Tls |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Tls parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Tls |
|
parseFrom(ByteString data)
public static Tls parseFrom(ByteString data)
| Returns |
| Type |
Description |
Tls |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Tls parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Tls |
|
parseFrom(CodedInputStream input)
public static Tls parseFrom(CodedInputStream input)
| Returns |
| Type |
Description |
Tls |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Tls parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Tls |
|
parseFrom(InputStream input)
public static Tls parseFrom(InputStream input)
| Returns |
| Type |
Description |
Tls |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Tls parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Tls |
|
parseFrom(ByteBuffer data)
public static Tls parseFrom(ByteBuffer data)
| Returns |
| Type |
Description |
Tls |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Tls parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Tls |
|
parser()
public static Parser<Tls> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCipher()
public String getCipher()
Cipher used during the connection.
string cipher = 3;
| Returns |
| Type |
Description |
String |
The cipher.
|
getCipherBytes()
public ByteString getCipherBytes()
Cipher used during the connection.
string cipher = 3;
| Returns |
| Type |
Description |
ByteString |
The bytes for cipher.
|
getClient()
public Tls.Client getClient()
Certificate information for the client certificate.
.google.backstory.Tls.Client client = 1;
getClientOrBuilder()
public Tls.ClientOrBuilder getClientOrBuilder()
Certificate information for the client certificate.
.google.backstory.Tls.Client client = 1;
getCurve()
Elliptical curve used for a given cipher.
string curve = 4;
| Returns |
| Type |
Description |
String |
The curve.
|
getCurveBytes()
public ByteString getCurveBytes()
Elliptical curve used for a given cipher.
string curve = 4;
| Returns |
| Type |
Description |
ByteString |
The bytes for curve.
|
getDefaultInstanceForType()
public Tls getDefaultInstanceForType()
| Returns |
| Type |
Description |
Tls |
|
getEstablished()
public boolean getEstablished()
Indicates whether the TLS negotiation was successful.
bool established = 7;
| Returns |
| Type |
Description |
boolean |
The established.
|
getNextProtocol()
public String getNextProtocol()
Protocol to be used for tunnel.
string next_protocol = 8;
| Returns |
| Type |
Description |
String |
The nextProtocol.
|
getNextProtocolBytes()
public ByteString getNextProtocolBytes()
Protocol to be used for tunnel.
string next_protocol = 8;
| Returns |
| Type |
Description |
ByteString |
The bytes for nextProtocol.
|
getParserForType()
public Parser<Tls> getParserForType()
Overrides
getResumed()
public boolean getResumed()
Indicates whether the TLS connection was resumed from a previous
TLS negotiation.
bool resumed = 9;
| Returns |
| Type |
Description |
boolean |
The resumed.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getServer()
public Tls.Server getServer()
Certificate information for the server certificate.
.google.backstory.Tls.Server server = 2;
getServerOrBuilder()
public Tls.ServerOrBuilder getServerOrBuilder()
Certificate information for the server certificate.
.google.backstory.Tls.Server server = 2;
getVersion()
public String getVersion()
TLS version.
string version = 5;
| Returns |
| Type |
Description |
String |
The version.
|
getVersionBytes()
public ByteString getVersionBytes()
TLS version.
string version = 5;
| Returns |
| Type |
Description |
ByteString |
The bytes for version.
|
getVersionProtocol()
public String getVersionProtocol()
Protocol.
string version_protocol = 6;
| Returns |
| Type |
Description |
String |
The versionProtocol.
|
getVersionProtocolBytes()
public ByteString getVersionProtocolBytes()
Protocol.
string version_protocol = 6;
| Returns |
| Type |
Description |
ByteString |
The bytes for versionProtocol.
|
hasClient()
public boolean hasClient()
Certificate information for the client certificate.
.google.backstory.Tls.Client client = 1;
| Returns |
| Type |
Description |
boolean |
Whether the client field is set.
|
hasServer()
public boolean hasServer()
Certificate information for the server certificate.
.google.backstory.Tls.Server server = 2;
| Returns |
| Type |
Description |
boolean |
Whether the server field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Tls.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Tls.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Tls.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides