Class CannotDeriveKeyException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable

public class CannotDeriveKeyException extends EncryptionException
Used to indicate a failure in the native library when deriving keys for encryption or decryption.
Since:
15.2
See Also:
  • Constructor Details

    • CannotDeriveKeyException

      public CannotDeriveKeyException(String message, int nativeErrorCode)
    • CannotDeriveKeyException

      public CannotDeriveKeyException(String message)