Class DuplicateKeyIdsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicateKeyIdsException
    extends TufException
    Thrown when the metadata has signatures from the same key even if the threshold is met. 4.2.1
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKeyId()  
      java.util.List<Signature> getSignatures()  
      • 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

      • DuplicateKeyIdsException

        public DuplicateKeyIdsException​(java.util.List<Signature> signatures,
                                        java.lang.String keyId)
    • Method Detail

      • getSignatures

        public java.util.List<Signature> getSignatures()
      • getKeyId

        public java.lang.String getKeyId()