Quote from PKCS # 11 spec v2.20 :
If the CKA_SENSITIVEattribute - CK_TRUE or CKA_EXTRACTABLE attribute is CK_FALSE, then certain attributes of the secret key cannot be detected in clear text outside the token. What attributes are specified for each type of security key in the attribute table in the section that describes this type of key
In general, this means that the actual value of the private key is not displayed. It depends on the key that the attributes make up the value. For secret keys, usually CKA_VALUE , for RSA private keys it will be CKA_PRIVATE_EXPONENT and the parameters of the Chinese residual theorem - if they are part of the key.
source share