com.entrust.toolkit.security.crypto.ec.EcP ublicKey.forceSpecified

EC domain parameters can be represented in ASN.1 format as "named" or "specified". By default, EC public key conversions to ASN.1:

  • Use the “named” representation if the ECParameterSpec instance contains a domain name,

  • Use the “specified” representation otherwise.

However, you can force the “specified” format by setting this property as follows.

com.entrust.toolkit.security.crypto.ec.EcP ublicKey.forceSpecified = true

This system property affects all toolkit usages, including software and hardware EC key generation.

Available from: 7.2 SP2