Create Self Signed Certificate Authority Request Content Binding Dto
data class CreateSelfSignedCertificateAuthorityRequestContentBindingDto(var subject: KeyGenerateCsrRequestSubjectBindingDto, var issuerAlternativeName: CreateSelfSignedCaRequestIssuerAlternativeNameBindingDto?)
Constructors
Link copied to clipboard
constructor(subject: KeyGenerateCsrRequestSubjectBindingDto, issuerAlternativeName: CreateSelfSignedCaRequestIssuerAlternativeNameBindingDto?)