Uses of Class
cloud.opencode.base.crypto.exception.OpenSignatureException
Packages that use OpenSignatureException
-
Uses of OpenSignatureException in cloud.opencode.base.crypto.exception
Methods in cloud.opencode.base.crypto.exception that return OpenSignatureExceptionModifier and TypeMethodDescriptionstatic OpenSignatureExceptionOpenSignatureException.invalidFormat(String algorithm, String format) Creates an exception for invalid signature format.static OpenSignatureExceptionOpenSignatureException.invalidSignature(String algorithm) Creates an exception for invalid signatures.static OpenSignatureExceptionOpenSignatureException.signFailed(String algorithm, Throwable cause) Creates an exception for signature generation failures.static OpenSignatureExceptionOpenSignatureException.verifyFailed(String algorithm, Throwable cause) Creates an exception for signature verification failures.