Uses of Class
com.oracle.bmc.keymanagement.model.KeyShape
-
Packages that use KeyShape Package Description com.oracle.bmc.keymanagement.model -
-
Uses of KeyShape in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return KeyShape Modifier and Type Method Description KeyShape
KeyShape.Builder. build()
KeyShape
CreateKeyDetails. getKeyShape()
KeyShape
GenerateKeyDetails. getKeyShape()
KeyShape
ImportKeyDetails. getKeyShape()
KeyShape
Key. getKeyShape()
Methods in com.oracle.bmc.keymanagement.model with parameters of type KeyShape Modifier and Type Method Description KeyShape.Builder
KeyShape.Builder. copy(KeyShape model)
CreateKeyDetails.Builder
CreateKeyDetails.Builder. keyShape(KeyShape keyShape)
GenerateKeyDetails.Builder
GenerateKeyDetails.Builder. keyShape(KeyShape keyShape)
ImportKeyDetails.Builder
ImportKeyDetails.Builder. keyShape(KeyShape keyShape)
Key.Builder
Key.Builder. keyShape(KeyShape keyShape)
Constructors in com.oracle.bmc.keymanagement.model with parameters of type KeyShape Constructor Description CreateKeyDetails(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, KeyShape keyShape, Boolean isAutoRotationEnabled, AutoKeyRotationDetails autoKeyRotationDetails, CreateKeyDetails.ProtectionMode protectionMode, ExternalKeyReference externalKeyReference)
Deprecated.GenerateKeyDetails(Map<String,String> associatedData, Boolean includePlaintextKey, String keyId, KeyShape keyShape, Map<String,String> loggingContext)
Deprecated.ImportKeyDetails(Boolean isAutoRotationEnabled, AutoKeyRotationDetails autoKeyRotationDetails, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, KeyShape keyShape, WrappedImportKey wrappedImportKey, ImportKeyDetails.ProtectionMode protectionMode)
Deprecated.Key(String compartmentId, String currentKeyVersion, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, KeyShape keyShape, Key.ProtectionMode protectionMode, Key.LifecycleState lifecycleState, Date timeCreated, Date timeOfDeletion, String vaultId, String restoredFromKeyId, KeyReplicaDetails replicaDetails, Boolean isPrimary, Boolean isAutoRotationEnabled, AutoKeyRotationDetails autoKeyRotationDetails, ExternalKeyReferenceDetails externalKeyReferenceDetails)
Deprecated.
-