EncKey

A <enc:EncryptedKey> element.

Note: this class might be incomplete and/or need refactoring.

class yael.enckey.EncKey(internal_path=None, obj=None, string=None)[source]

Build a <enc:EncryptedKey> element or parse it from obj or string.

v_cipher_value

The value of the <enc:CipherValue>.

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:EncryptedKey>.

Return type:str
v_key_name

The value of the <ds:KeyName>.

Return type:str