public static final class Tls.Server extends GeneratedMessage implements Tls.ServerOrBuilderTransport Layer Security (TLS) information associated with the server (for example, Certificate or JA3 hash).
Protobuf type google.backstory.Tls.Server
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Tls.ServerImplements
Tls.ServerOrBuilderStatic Fields
CERTIFICATE_FIELD_NUMBER
public static final int CERTIFICATE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
JA3S_FIELD_NUMBER
public static final int JA3S_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
JA4S_FIELD_NUMBER
public static final int JA4S_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Tls.Server getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Tls.Server.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Tls.Server.Builder |
|
newBuilder(Tls.Server prototype)
public static Tls.Server.Builder newBuilder(Tls.Server prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Tls.Server |
| Returns | |
|---|---|
| Type | Description |
Tls.Server.Builder |
|
parseDelimitedFrom(InputStream input)
public static Tls.Server parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Tls.Server parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Tls.Server parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Tls.Server parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Tls.Server parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Tls.Server parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Tls.Server parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Tls.Server parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Tls.Server parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Tls.Server parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Tls.Server parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Tls.Server parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Tls.Server> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Server> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCertificate()
public Certificate getCertificate()Server certificate.
.google.backstory.Certificate certificate = 1;
| Returns | |
|---|---|
| Type | Description |
Certificate |
The certificate. |
getCertificateOrBuilder()
public CertificateOrBuilder getCertificateOrBuilder()Server certificate.
.google.backstory.Certificate certificate = 1;
| Returns | |
|---|---|
| Type | Description |
CertificateOrBuilder |
|
getDefaultInstanceForType()
public Tls.Server getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Tls.Server |
|
getJa3S()
public String getJa3S()JA3 hash from the TLS ServerHello, as a hex-encoded string.
string ja3s = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The ja3s. |
getJa3SBytes()
public ByteString getJa3SBytes()JA3 hash from the TLS ServerHello, as a hex-encoded string.
string ja3s = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ja3s. |
getJa4S()
public String getJa4S()JA4 hash from the TLS ServerHello, as a hex-encoded string.
string ja4s = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The ja4s. |
getJa4SBytes()
public ByteString getJa4SBytes()JA4 hash from the TLS ServerHello, as a hex-encoded string.
string ja4s = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ja4s. |
getParserForType()
public Parser<Tls.Server> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Server> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasCertificate()
public boolean hasCertificate()Server certificate.
.google.backstory.Certificate certificate = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the certificate field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Tls.Server.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Tls.Server.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Tls.Server.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Tls.Server.Builder |
|
toBuilder()
public Tls.Server.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Tls.Server.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|