public static interface KeyUsageProperty.Builder extends SdkPojo, CopyableBuilder<KeyUsageProperty.Builder,KeyUsageProperty>
| Modifier and Type | Method and Description |
|---|---|
default KeyUsageProperty.Builder |
propertyFlags(Consumer<KeyUsagePropertyFlags.Builder> propertyFlags)
You can specify key usage for encryption, key agreement, and signature.
|
KeyUsageProperty.Builder |
propertyFlags(KeyUsagePropertyFlags propertyFlags)
You can specify key usage for encryption, key agreement, and signature.
|
KeyUsageProperty.Builder |
propertyType(KeyUsagePropertyType propertyType)
You can specify all key usages using property type ALL.
|
KeyUsageProperty.Builder |
propertyType(String propertyType)
You can specify all key usages using property type ALL.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeyUsageProperty.Builder propertyFlags(KeyUsagePropertyFlags propertyFlags)
You can specify key usage for encryption, key agreement, and signature. You can use property flags or property type but not both.
propertyFlags - You can specify key usage for encryption, key agreement, and signature. You can use property flags or
property type but not both.default KeyUsageProperty.Builder propertyFlags(Consumer<KeyUsagePropertyFlags.Builder> propertyFlags)
You can specify key usage for encryption, key agreement, and signature. You can use property flags or property type but not both.
This is a convenience method that creates an instance of theKeyUsagePropertyFlags.Builder avoiding
the need to create one manually via KeyUsagePropertyFlags.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to propertyFlags(KeyUsagePropertyFlags).
propertyFlags - a consumer that will call methods on KeyUsagePropertyFlags.BuilderpropertyFlags(KeyUsagePropertyFlags)KeyUsageProperty.Builder propertyType(String propertyType)
You can specify all key usages using property type ALL. You can use property type or property flags but not both.
propertyType - You can specify all key usages using property type ALL. You can use property type or property flags
but not both.KeyUsagePropertyType,
KeyUsagePropertyTypeKeyUsageProperty.Builder propertyType(KeyUsagePropertyType propertyType)
You can specify all key usages using property type ALL. You can use property type or property flags but not both.
propertyType - You can specify all key usages using property type ALL. You can use property type or property flags
but not both.KeyUsagePropertyType,
KeyUsagePropertyTypeCopyright © 2023. All rights reserved.