pkixPublicKey

@JvmName(name = "orvlbpwklmhtwkgb")
suspend fun pkixPublicKey(value: Output<PkixPublicKeyArgs>)
@JvmName(name = "rcjeqbyvxecinruc")
suspend fun pkixPublicKey(value: PkixPublicKeyArgs?)

Parameters

value

A raw PKIX SubjectPublicKeyInfo format public key. NOTE: id may be explicitly provided by the caller when using this type of public key, but it MUST be a valid RFC3986 URI. If id is left blank, a default one will be computed based on the digest of the DER encoding of the public key.


@JvmName(name = "djrdtgbrfbhmntfa")
suspend fun pkixPublicKey(argument: suspend PkixPublicKeyArgsBuilder.() -> Unit)

Parameters

argument

A raw PKIX SubjectPublicKeyInfo format public key. NOTE: id may be explicitly provided by the caller when using this type of public key, but it MUST be a valid RFC3986 URI. If id is left blank, a default one will be computed based on the digest of the DER encoding of the public key.