keyEncipherment property

bool keyEncipherment
final

True when the subject public key is used for enciphering private or secret keys, i.e., for key transport.

For example, this bit shall be set when an RSA public key is to be used for encrypting a symmetric content-decryption key or an asymmetric private key.

Implementation

final bool keyEncipherment;