public static interface CustomExtension.Builder extends SdkPojo, CopyableBuilder<CustomExtension.Builder,CustomExtension>
| Modifier and Type | Method and Description |
|---|---|
CustomExtension.Builder |
critical(Boolean critical)
|
CustomExtension.Builder |
objectIdentifier(String objectIdentifier)
|
CustomExtension.Builder |
value(String value)
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomExtension.Builder objectIdentifier(String objectIdentifier)
Specifies the object identifier (OID) of the X.509 extension. For more information, see the Global OID reference database.
objectIdentifier - Specifies the object identifier (OID) of the X.509 extension. For more information, see the Global OID reference database.
CustomExtension.Builder value(String value)
Specifies the base64-encoded value of the X.509 extension.
value - Specifies the base64-encoded value of the X.509 extension.
CustomExtension.Builder critical(Boolean critical)
Specifies the critical flag of the X.509 extension.
critical - Specifies the critical flag of the X.509 extension.
Copyright © 2023. All rights reserved.