public abstract static class EntrustSigConfig.MultipleAlgSigConfig extends EntrustSigConfig
This configuration contains a set of signature algorithms; the algorithm
it identifies for use in a particular signature operation is dependent on
the strength of the key it is being used with. Before a signature
generation operation can be performed using this configuration, it must
be converted to a single algorithm configuration by calling
EntrustSigConfig.toSingleAlgSigConfig(EntrustAsymKeyType). This will examine the
strength of the key and select the proper algorithm based on the key
strength.
EntrustSigConfig.MultipleAlgSigConfig, EntrustSigConfig.SingleAlgSigConfigDSA_RECOMMENDED, DSA_SHA1, DSA_SHA224, DSA_SHA256, ECDSA_RECOMMENDED, ECDSA_RECOMMENDED_NO_SHA224, ECDSA_SHA1, ECDSA_SHA224, ECDSA_SHA256, ECDSA_SHA384, ECDSA_SHA512, RSA_RECOMMENDED, RSA_RECOMMENDED_NO_SHA224, RSA_SHA1, RSA_SHA224, RSA_SHA256, RSA_SHA384, RSA_SHA512, RSAPSS_RECOMMENDED, RSAPSS_RECOMMENDED_NO_SHA224, RSAPSS_SHA1, RSAPSS_SHA224, RSAPSS_SHA256, RSAPSS_SHA384, RSAPSS_SHA512getInstance, getInstance, getListInstance, getName, getSigAlgConfig, getSigConfigString, isKeyTypeSupported, toSingleAlgSigConfig, toString