public static interface ExtensionsV2.Builder extends SdkPojo, CopyableBuilder<ExtensionsV2.Builder,ExtensionsV2>
| Modifier and Type | Method and Description |
|---|---|
ExtensionsV2.Builder |
applicationPolicies(ApplicationPolicies applicationPolicies)
Application policies specify what the certificate is used for and its purpose.
|
default ExtensionsV2.Builder |
applicationPolicies(Consumer<ApplicationPolicies.Builder> applicationPolicies)
Application policies specify what the certificate is used for and its purpose.
|
default ExtensionsV2.Builder |
keyUsage(Consumer<KeyUsage.Builder> keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key
contained in the certificate.
|
ExtensionsV2.Builder |
keyUsage(KeyUsage keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key
contained in the certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExtensionsV2.Builder applicationPolicies(ApplicationPolicies applicationPolicies)
Application policies specify what the certificate is used for and its purpose.
applicationPolicies - Application policies specify what the certificate is used for and its purpose.default ExtensionsV2.Builder applicationPolicies(Consumer<ApplicationPolicies.Builder> applicationPolicies)
Application policies specify what the certificate is used for and its purpose.
This is a convenience method that creates an instance of theApplicationPolicies.Builder avoiding the
need to create one manually via ApplicationPolicies.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to applicationPolicies(ApplicationPolicies).
applicationPolicies - a consumer that will call methods on ApplicationPolicies.BuilderapplicationPolicies(ApplicationPolicies)ExtensionsV2.Builder keyUsage(KeyUsage keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.
keyUsage - The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of
the key contained in the certificate.default ExtensionsV2.Builder keyUsage(Consumer<KeyUsage.Builder> keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate.
This is a convenience method that creates an instance of theKeyUsage.Builder avoiding the need to
create one manually via KeyUsage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to keyUsage(KeyUsage).
keyUsage - a consumer that will call methods on KeyUsage.BuilderkeyUsage(KeyUsage)Copyright © 2023. All rights reserved.