Uses of Class
cloud.opencode.base.crypto.exception.OpenKeyException
Packages that use OpenKeyException
-
Uses of OpenKeyException in cloud.opencode.base.crypto.exception
Methods in cloud.opencode.base.crypto.exception that return OpenKeyExceptionModifier and TypeMethodDescriptionstatic OpenKeyExceptionOpenKeyException.generationFailed(String keyType, Throwable cause) Creates an exception for key generation failures.static OpenKeyExceptionOpenKeyException.insufficientStrength(String keyType, int minBits, int actualBits) Creates an exception for insufficient key strength.static OpenKeyExceptionOpenKeyException.invalidFormat(String keyType, String format) Creates an exception for invalid key format.static OpenKeyExceptionCreates an exception for when a required key is not set.static OpenKeyExceptionOpenKeyException.parseFailed(String keyType, Throwable cause) Creates an exception for key parsing failures.static OpenKeyExceptionOpenKeyException.typeMismatch(String expected, String actual) Creates an exception for key type mismatch.