Package dev.sigstore.tuf
Class SignatureVerificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.sigstore.tuf.TufException
-
- dev.sigstore.tuf.SignatureVerificationException
-
- All Implemented Interfaces:
java.io.Serializable
public class SignatureVerificationException extends TufException
Thrown when the metadata has not been signed by enough of the allowed keys.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SignatureVerificationException(int requiredSignatures, int verifiedSignatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRequiredSignatures()intgetVerifiedSignatures()
-