Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getRequiredSignatures()  
      int getVerifiedSignatures()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SignatureVerificationException

        public SignatureVerificationException​(int requiredSignatures,
                                              int verifiedSignatures)
    • Method Detail

      • getRequiredSignatures

        public int getRequiredSignatures()
      • getVerifiedSignatures

        public int getVerifiedSignatures()