All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.globus.gsi.errors.properties Maven / Gradle / Ivy

The newest version!
proxyNotFound = [JGLOBUS-5] Proxy file ({0}) not found.
encPrivKey = [JGLOBUS-6] Private key file must not be encrypted.
ioError00 = [JGLOBUS-7] Failed to load credentials.
secError00 = [JGLOBUS-8] Failed to load credentials.
error00 = [JGLOBUS-9] Failed to load credentials.
expired00 = [JGLOBUS-10] Expired credentials.
noCerts00 = [JGLOBUS-11] No certificates loaded
noKey00 = [JGLOBUS-12] No private key loaded
certFileNull = [JGLOBUS-13] Certificate file is null
noCertData = [JGLOBUS-14] Certificate data not found.
crlFileNull = [JGLOBUS-15] CRL file is null
noCrlData = [JGLOBUS-16] CRL data not found.
proxyFileNull = [JGLOBUS-17] Proxy file is null
credInpStreamNull = [JGLOBUS-18] Credential input stream cannot be null
pemFooter = [JGLOBUS-19] PEM footer missing
dataNull = [JGLOBUS-20] Data is null
noPrivateKey = [JGLOBUS-21] PRIVATE KEY section not found.
algNotSup = [JGLOBUS-22] Algorithm not supported.
unsupEnc = [JGLOBUS-23] Unsupported encryption: \"{0}\"
ivLength = [JGLOBUS-24] Expected IV length of \"{0}\" but got \"{1}\"
oidNull = [JGLOBUS-25] OID is null
certNull = [JGLOBUS-26] Certificate is null
extensionNull = [JGLOBUS-27] Extension is null
certReqVerification = [JGLOBUS-28] Certificate request verification failed
restrictProxy = [JGLOBUS-29] Restricted proxy requires ProxyCertInfo extension
invalidProxyType = [JGLOBUS-30] Invalid proxyType
keyUsageExt = [JGLOBUS-31] KeyUsage extension present in isuer certificate, but also provided in X509Extension map. This is unsupported.
unsupportedProxy = [JGLOBUS-32] Unsupported proxyType : \"{0}\"
proxyCertCritical = [JGLOBUS-33] ProxyCertInfo extension must be critical
proxyDNErr = [JGLOBUS-34] Issuer name + proxy CN entry is not equal to subject name
certTypeErr = [JGLOBUS-35] Unexpected certificate type: \"{0}\"
certChainNull = [JGLOBUS-36] Certificate chain is null
octetExp = [JGLOBUS-37] Expected octet string
byteArrayErr = [JGLOBUS-38] Failed to convert to byte array
certVerifyError = [JGLOBUS-116] Certificate validation failed.
#Signing policy errors
invalidPosRights= File format is incorrect. pos_rights cannot be used here. Invalid line: \"{0}\"
invalidNegRights= File format is incorrect. neg_rights cannot be used here. Invalid line: \"{0}\"
invalidRestrictions= File format is incorrect. Restrictions cannot be used here. Invalid line: \"{0}\"
invalidLine= File format is incorrect. Each line should start with access_id, pos_rights, neg_rights or cond_. Invalid line: \"{0}\"
invalidAccessId = File format is incorrect. Expected line to start with access_id. Invalid line: \"{0}\"
invalidTokens= Line format is incorrect, atleast three tokens are expected. Invalid line: \"{0}\"
invalidSubjects= Line format is incorrect, subject DNs with space should be enclosed in quotes. Invalid line is: \"{0}\"
emptySubjects= Line format is incorrect, subject DNs list is empty. Invalid line is: \"{0}\"
unmatchedQuotes= Line format is incorrect, unmatched quotes. Invalid line is: \"{0}\"
invalidCaDN = Line format is incorrect, CA DN with space should be enclosed in quotes. Invalid section of the line is: \"{0}\"
invalidRestriction = Line format is incorrect, Mismatched quotations in allowed subjects. Invalid line is: \"{0}\"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy