extended Key Usage
Parameters
value
Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the `KeyUsage`
extension.
Parameters
values
Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the `KeyUsage`
extension.
suspend fun extendedKeyUsage(argument: List<suspend CertificateExtendedKeyUsageArgsBuilder.() -> Unit>)
suspend fun extendedKeyUsage(vararg argument: suspend CertificateExtendedKeyUsageArgsBuilder.() -> Unit)
Parameters
argument
Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the `KeyUsage`
extension.