custom Extensions
Parameters
value
Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.
Parameters
values
Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.
suspend fun customExtensions(argument: List<suspend CertificateCustomExtensionArgsBuilder.() -> Unit>)
suspend fun customExtensions(vararg argument: suspend CertificateCustomExtensionArgsBuilder.() -> Unit)
Parameters
argument
Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.