toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.core.infra.sign.domain
/
TenantCertificate
Tenant
Certificate
@
Entity
class
TenantCertificate
(
var
id
:
String
=
TsidCreator.getTsid().toString()
,
val
tenantId
:
String
,
val
name
:
String
,
val
pfxData
:
ByteArray
,
val
password
:
String
,
val
expiresAt
:
LocalDateTime
?
=
null
,
var
isDefault
:
Boolean
=
false
)
(
source
)
Members
Constructors
Tenant
Certificate
Link copied to clipboard
constructor
(
id
:
String
=
TsidCreator.getTsid().toString()
,
tenantId
:
String
,
name
:
String
,
pfxData
:
ByteArray
,
password
:
String
,
expiresAt
:
LocalDateTime
?
=
null
,
isDefault
:
Boolean
=
false
)
Properties
expires
At
Link copied to clipboard
val
expiresAt
:
LocalDateTime
?
=
null
id
Link copied to clipboard
var
id
:
String
is
Default
Link copied to clipboard
var
isDefault
:
Boolean
name
Link copied to clipboard
val
name
:
String
password
Link copied to clipboard
val
password
:
String
pfx
Data
Link copied to clipboard
val
pfxData
:
ByteArray
tenant
Id
Link copied to clipboard
val
tenantId
:
String