EncData¶
A <enc:EncryptedData> element.
Note: this class might be incomplete and/or need refactoring.
-
class
yael.encdata.EncData(internal_path=None, obj=None, string=None)[source]¶ Build a <enc:EncryptedData> element or parse it from obj or string.
-
v_cipher_reference_uri¶ The value of the URI attribute of <enc:CipherReference>.
Return type: str
-
v_encryption_method_algorithm¶ The value of the Algorithm attribute of <enc:EncryptionMethod>.
Return type: str
-
v_id¶ The value of the Id attribute of <enc:EncryptedData>.
-
v_retrieval_method_type¶ The value of the Type attribute of <ds:RetrievalMethod>.
Return type: str
-
v_retrieval_method_uri¶ The value of the URI attribute of <ds:RetrievalMethod>.
Return type: str
-