dataEncipherment property

bool dataEncipherment
final

True when the subject public key is used for directly enciphering raw user data without the use of an intermediate symmetric cipher.

Note that the use of this bit is extremely uncommon; almost all applications use key transport or key agreement to establish a symmetric key.

Implementation

final bool dataEncipherment;