blob: 95e1c51861db49c76bc80eaa54f2674166be7b3a [file] [log] [blame]
###############################################################################
# Copyright (c) 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
file_is_removed_from_jar = A file {0} has been removed from the bundle: {1}
jar_is_tampered = The Jar {0} file has been tampered because a file has been removed!
Signature_Not_Verify = Signature doesn't verify!
Signature_Not_Verify_1 = The signature cannot be verified for this signer {0} in this bundle: {1}
# Jar file tampered error messages
File_In_Jar_Is_Tampered = The {0} in the {1} has been tampered!
Security_File_Is_Tampered = Either the manfiest file or the signature file has been tampered in this bundle: {0}
# Jar file parsing
SF_File_Parsing_Error = Error occurs parsing the .SF file to find out the digest algorithm in this bundle: {0}
# PKCS7 parsing errors
PKCS7_SignerInfo_Version_Not_Supported = The SignerInfo version other than 1 is not supported!
PKCS7_Cert_Excep = CertificateException occurs when parsing the signature block file from this bundle: {0} file!\n {1}
PKCS7_No_Such_Algorithm = NoSuchAlgorithmException occurs when parsing the signature block file from this bundle: {0} + " file!\n {1}
PKCS7_Parse_Signing_Time = CertificateException is thrown when parsing signing time
PKCS7_Parse_Signing_Time_1 = timestamp in the pkcs7file cannot be parsed properly!
# Validate chain of certificate
Validate_Certs_Certificate_Exception = CertificateException is being thrown during validation of certificates! \n {0}
# Security Exceptions
Algorithm_Not_Supported = {0} digest algorithm is not supported!
No_Such_Algorithm_Excep = NoSuchAlgorithmException is being thrown \n {0}
No_Such_Provider_Excep = NoSuchProviderException is being thrown! \n {0}
Invalid_Key_Exception = InvalidKeyException is being thrown during verification of {0} file!\n {1}
# Certs Trust Determination
Cert_Verifier_Illegal_Args = certChain parmeter is either null or zero-length!
Cert_Verifier_Not_Trusted = The following certificate is not trusted: {0}
Cert_Verifier_Add_Certs = Error occurs when adding certs to the certs trust store!