public class VeryStrongCryptoNotPermittedException
extends java.lang.SecurityException
Initializer.assertVeryStrongCryptoAllowed().
It indicates that the JCE Unlimited Strength Jurisdiction policy files have not been installed. Entrust recommends that they be installed when using the Toolkit. To proceed with using the Toolkit when only limited strength cryptography is permitted, catch and ignore this exception. When using the Toolkit in this manner, certain Toolkit functionality MAY fail with InvalidKeyException or SecurityException, depending on the extent of the cryptography restrictions.
Initializer.assertVeryStrongCryptoAllowed(),
Serialized Form| Constructor and Description |
|---|
VeryStrongCryptoNotPermittedException(java.lang.String algNameAndSize)
The constructor; creates a new
UnlimitedStrengthCryptoNotPermittedException. |
public VeryStrongCryptoNotPermittedException(java.lang.String algNameAndSize)
UnlimitedStrengthCryptoNotPermittedException.algNameAndSize - the name of the algorithm and size of the key that is not
permitted