Get Authority Config
data class GetAuthorityConfig(val subjectConfigs: List<GetAuthorityConfigSubjectConfig>, val subjectKeyIds: List<GetAuthorityConfigSubjectKeyId>, val x509Configs: List<GetAuthorityConfigX509Config>)
Constructors
Link copied to clipboard
constructor(subjectConfigs: List<GetAuthorityConfigSubjectConfig>, subjectKeyIds: List<GetAuthorityConfigSubjectKeyId>, x509Configs: List<GetAuthorityConfigX509Config>)
Properties
Link copied to clipboard
Specifies some of the values in a certificate that are related to the subject.
Link copied to clipboard
When specified this provides a custom SKI to be used in the certificate. This should only be used to maintain a SKI of an existing CA originally created outside CA service, which was not generated using method (1) described in RFC 5280 section 4.2.1.2..
Link copied to clipboard
Describes how some of the technical X.509 fields in a certificate should be populated.