EncryptedData¶
-
class
oci.key_management.models.
EncryptedData
(**kwargs)¶ Bases:
object
EncryptedData model.
Methods
__init__
(**kwargs)Initializes a new EncryptedData object with values from keyword arguments. Attributes
ciphertext
[Required] Gets the ciphertext of this EncryptedData. -
__init__
(**kwargs)¶ Initializes a new EncryptedData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: ciphertext (str) – The value to assign to the ciphertext property of this EncryptedData.
-
ciphertext
¶ [Required] Gets the ciphertext of this EncryptedData. The encrypted data.
Returns: The ciphertext of this EncryptedData. Return type: str
-