Package dev.sigstore.tuf
Class DuplicateKeyIdsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.sigstore.tuf.TufException
-
- dev.sigstore.tuf.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
-
-
Constructor Summary
Constructors Constructor Description DuplicateKeyIdsException(java.util.List<Signature> signatures, java.lang.String keyId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKeyId()java.util.List<Signature>getSignatures()
-