toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.response
/
X509Signature
/
X509Issuer
X509Issuer
@
Serializable
data
class
X509Issuer
(
val
id
:
Int
,
val
subject
:
String
,
val
subjectKeyIdentifier
:
String
,
val
crlUrl
:
String
)
Members
Constructors
X509Issuer
Link copied to clipboard
constructor
(
id
:
Int
,
subject
:
String
,
subjectKeyIdentifier
:
String
,
crlUrl
:
String
)
Properties
crl
Url
Link copied to clipboard
val
crlUrl
:
String
id
Link copied to clipboard
val
id
:
Int
subject
Link copied to clipboard
val
subject
:
String
subject
Key
Identifier
Link copied to clipboard
val
subjectKeyIdentifier
:
String