public static interface Tls.ServerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertificate()
public abstract Certificate getCertificate()Server certificate.
.google.backstory.Certificate certificate = 1;
| Returns | |
|---|---|
| Type | Description |
Certificate |
The certificate. |
getCertificateOrBuilder()
public abstract CertificateOrBuilder getCertificateOrBuilder()Server certificate.
.google.backstory.Certificate certificate = 1;
| Returns | |
|---|---|
| Type | Description |
CertificateOrBuilder |
|
getJa3S()
public abstract String getJa3S()JA3 hash from the TLS ServerHello, as a hex-encoded string.
string ja3s = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The ja3s. |
getJa3SBytes()
public abstract 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 abstract String getJa4S()JA4 hash from the TLS ServerHello, as a hex-encoded string.
string ja4s = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The ja4s. |
getJa4SBytes()
public abstract ByteString getJa4SBytes()JA4 hash from the TLS ServerHello, as a hex-encoded string.
string ja4s = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ja4s. |
hasCertificate()
public abstract boolean hasCertificate()Server certificate.
.google.backstory.Certificate certificate = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the certificate field is set. |