You are here

public property EncryptionMethod::$can_decrypt in Encrypt 8.3

Define if the encryption method can also decrypt.

In some scenario the key linked to the encryption method may not be able to decrypt, i.e. for asymmetrical encryption methods, where the key is a public key.

Type: bool

File

src/Annotation/EncryptionMethod.php, line 59

Class

EncryptionMethod
Defines a EncryptionMethod annotation object.

Namespace

Drupal\encrypt\Annotation

Code

public $can_decrypt = TRUE;