| ############################################################################### |
| # Copyright (c) 2021 Red Hat Inc. and others |
| # |
| # This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0 |
| ############################################################################### |
| |
| Error_SignatureAfterKeyRevocation=The signature is created after the revocation time of the signature's key {0} |
| Error_SignatureAfterKeyExpiration=The signature is created after the expiration time of the signature's key {0} |
| Error_SignatureAndFileDontMatch=The signature is invalid for current content |
| Error_CouldNotLoadSignature=The signatures could not be loaded |
| Warning_publicKeyNotFound=A public key with ID {0} needed to verify the signatures of {1} could not be found |