public static interface ExtensionsV4.Builder extends SdkPojo, CopyableBuilder<ExtensionsV4.Builder,ExtensionsV4>
| Modifier and Type | Method and Description |
|---|---|
ExtensionsV4.Builder |
applicationPolicies(ApplicationPolicies applicationPolicies)
Application policies specify what the certificate is used for and its purpose.
|
default ExtensionsV4.Builder |
applicationPolicies(Consumer<ApplicationPolicies.Builder> applicationPolicies)
Application policies specify what the certificate is used for and its purpose.
|
default ExtensionsV4.Builder |
keyUsage(Consumer<KeyUsage.Builder> keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the
certificate.
|
ExtensionsV4.Builder |
keyUsage(KeyUsage keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the
certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExtensionsV4.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 ExtensionsV4.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)ExtensionsV4.Builder keyUsage(KeyUsage keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the certificate.
keyUsage - The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in
the certificate.default ExtensionsV4.Builder keyUsage(Consumer<KeyUsage.Builder> keyUsage)
The key usage extension defines the purpose (e.g., encipherment, signature) 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.