Uses of Class
cloud.opencode.base.crypto.exception.OpenCryptoException
Packages that use OpenCryptoException
-
Uses of OpenCryptoException in cloud.opencode.base.crypto.exception
Methods in cloud.opencode.base.crypto.exception that return OpenCryptoExceptionModifier and TypeMethodDescriptionstatic OpenCryptoExceptionOpenCryptoException.algorithmNotAvailable(String algorithm) Creates an exception for when a cryptographic algorithm is not available.static OpenCryptoExceptionOpenCryptoException.authenticationFailed(String algorithm) Creates an exception for authentication failures.static OpenCryptoExceptionOpenCryptoException.dataTooLong(String algorithm, int maxSize) Creates an exception for data that exceeds maximum size.static OpenCryptoExceptionOpenCryptoException.decryptionFailed(String algorithm, Throwable cause) Creates an exception for decryption failures.static OpenCryptoExceptionOpenCryptoException.encryptionFailed(String algorithm, Throwable cause) Creates an exception for encryption failures.static OpenCryptoExceptionCreates an exception for invalid initialization vector (IV).static OpenCryptoExceptionOpenCryptoException.paddingError(String algorithm) Creates an exception for padding errors. -
Uses of OpenCryptoException in cloud.opencode.base.crypto.policy
Subclasses of OpenCryptoException in cloud.opencode.base.crypto.policyModifier and TypeClassDescriptionfinal classException thrown when a cryptographic operation violates the configured policy.