toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.response
/
X509Signature
/
X509Certificate
X509Certificate
@
Serializable
data
class
X509Certificate
(
val
id
:
Int
,
val
subject
:
String
,
val
subjectKeyIdentifier
:
String
,
val
email
:
String
,
val
serialNumber
:
String
,
val
certificateStatus
:
String
,
val
x509Issuer
:
X509Signature.X509Issuer
)
Members
Constructors
X509Certificate
Link copied to clipboard
constructor
(
id
:
Int
,
subject
:
String
,
subjectKeyIdentifier
:
String
,
email
:
String
,
serialNumber
:
String
,
certificateStatus
:
String
,
x509Issuer
:
X509Signature.X509Issuer
)
Properties
certificate
Status
Link copied to clipboard
val
certificateStatus
:
String
email
Link copied to clipboard
val
email
:
String
id
Link copied to clipboard
val
id
:
Int
serial
Number
Link copied to clipboard
val
serialNumber
:
String
subject
Link copied to clipboard
val
subject
:
String
subject
Key
Identifier
Link copied to clipboard
val
subjectKeyIdentifier
:
String
x509Issuer
Link copied to clipboard
val
x509Issuer
:
X509Signature.X509Issuer