Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.KeyUsagePropertyFlags
-
Packages that use KeyUsagePropertyFlags Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of KeyUsagePropertyFlags in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return KeyUsagePropertyFlags Modifier and Type Method Description KeyUsagePropertyFlagsKeyUsageProperty. propertyFlags()You can specify key usage for encryption, key agreement, and signature.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type KeyUsagePropertyFlags Modifier and Type Method Description static KeyUsagePropertyKeyUsageProperty. fromPropertyFlags(KeyUsagePropertyFlags propertyFlags)Create an instance of this class withKeyUsageProperty.propertyFlags()initialized to the given value.KeyUsageProperty.BuilderKeyUsageProperty.Builder. propertyFlags(KeyUsagePropertyFlags propertyFlags)You can specify key usage for encryption, key agreement, and signature.
-