public class SecurityDetails extends Object
| Constructor and Description |
|---|
SecurityDetails() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCertificateId()
Certificate ID value.
|
CertificateTransparencyCompliance |
getCertificateTransparencyCompliance()
Whether the request complied with Certificate Transparency policy
|
String |
getCipher()
Cipher name.
|
String |
getIssuer()
Name of the issuing CA.
|
String |
getKeyExchange()
Key Exchange used by the connection, or the empty string if not applicable.
|
String |
getKeyExchangeGroup()
(EC)DH group used by the connection, if applicable.
|
String |
getMac()
TLS MAC.
|
String |
getProtocol()
Protocol name (e.g.
|
List<String> |
getSanList()
Subject Alternative Name (SAN) DNS names and IP addresses.
|
List<SignedCertificateTimestamp> |
getSignedCertificateTimestampList()
List of signed certificate timestamps (SCTs).
|
String |
getSubjectName()
Certificate subject name.
|
Double |
getValidFrom()
Certificate valid from date.
|
Double |
getValidTo()
Certificate valid to (expiration) date
|
void |
setCertificateId(Integer certificateId)
Certificate ID value.
|
void |
setCertificateTransparencyCompliance(CertificateTransparencyCompliance certificateTransparencyCompliance)
Whether the request complied with Certificate Transparency policy
|
void |
setCipher(String cipher)
Cipher name.
|
void |
setIssuer(String issuer)
Name of the issuing CA.
|
void |
setKeyExchange(String keyExchange)
Key Exchange used by the connection, or the empty string if not applicable.
|
void |
setKeyExchangeGroup(String keyExchangeGroup)
(EC)DH group used by the connection, if applicable.
|
void |
setMac(String mac)
TLS MAC.
|
void |
setProtocol(String protocol)
Protocol name (e.g.
|
void |
setSanList(List<String> sanList)
Subject Alternative Name (SAN) DNS names and IP addresses.
|
void |
setSignedCertificateTimestampList(List<SignedCertificateTimestamp> signedCertificateTimestampList)
List of signed certificate timestamps (SCTs).
|
void |
setSubjectName(String subjectName)
Certificate subject name.
|
void |
setValidFrom(Double validFrom)
Certificate valid from date.
|
void |
setValidTo(Double validTo)
Certificate valid to (expiration) date
|
public String getProtocol()
public void setProtocol(String protocol)
public String getKeyExchange()
public void setKeyExchange(String keyExchange)
public String getKeyExchangeGroup()
public void setKeyExchangeGroup(String keyExchangeGroup)
public String getCipher()
public void setCipher(String cipher)
public String getMac()
public void setMac(String mac)
public Integer getCertificateId()
public void setCertificateId(Integer certificateId)
public String getSubjectName()
public void setSubjectName(String subjectName)
public List<String> getSanList()
public void setSanList(List<String> sanList)
public String getIssuer()
public void setIssuer(String issuer)
public Double getValidFrom()
public void setValidFrom(Double validFrom)
public Double getValidTo()
public void setValidTo(Double validTo)
public List<SignedCertificateTimestamp> getSignedCertificateTimestampList()
public void setSignedCertificateTimestampList(List<SignedCertificateTimestamp> signedCertificateTimestampList)
public CertificateTransparencyCompliance getCertificateTransparencyCompliance()
public void setCertificateTransparencyCompliance(CertificateTransparencyCompliance certificateTransparencyCompliance)
Copyright © 2020. All rights reserved.