Package dev.sigstore.fulcio.client
Class UnsupportedAlgorithmException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.sigstore.fulcio.client.UnsupportedAlgorithmException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedAlgorithmException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAlgorithmException(java.util.Set<java.lang.String> allowedAlgorithms, java.lang.String algorithm)
-