public static interface RootCertificatePublicKey.Builder extends SdkPojo, CopyableBuilder<RootCertificatePublicKey.Builder,RootCertificatePublicKey>
| Modifier and Type | Method and Description |
|---|---|
default RootCertificatePublicKey.Builder |
keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
RootCertificatePublicKey.Builder |
keyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
RootCertificatePublicKey.Builder |
publicKeyCertificate(String publicKeyCertificate)
Parameter information for root public key certificate import.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRootCertificatePublicKey.Builder keyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the root public key is imported.
keyAttributes - The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
This data is immutable after the root public key is imported.default RootCertificatePublicKey.Builder keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the root public key is imported.
This is a convenience method that creates an instance of theKeyAttributes.Builder avoiding the need
to create one manually via KeyAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to keyAttributes(KeyAttributes).
keyAttributes - a consumer that will call methods on KeyAttributes.BuilderkeyAttributes(KeyAttributes)RootCertificatePublicKey.Builder publicKeyCertificate(String publicKeyCertificate)
Parameter information for root public key certificate import.
publicKeyCertificate - Parameter information for root public key certificate import.Copyright © 2023. All rights reserved.