blob: 1b8e97bfd633971f6c88b0130b4bca5cba396c54 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001algorithm.alreadyRegistered = URI {0} already assigned to class {1}
2algorithm.classDoesNotExist = Cannot register URI {0} to class {1} because this class does not exist in CLASSPATH
3algorithm.ClassDoesNotExist = Class {0} does not exist
4algorithm.extendsWrongClass = Cannot register URI {0} to class {1} because it does not extend {2}
5algorithms.CannotUseAlgorithmParameterSpecOnDSA = Sorry, but you cannot use a AlgorithmParameterSpec object for creating DSA signatures.
6algorithms.CannotUseAlgorithmParameterSpecOnRSA = Sorry, but you cannot use a AlgorithmParameterSpec object for creating RSA signatures.
7algorithms.CannotUseSecureRandomOnMAC = Sorry, but you cannot use a SecureRandom object for creating MACs.
8algorithms.HMACOutputLengthOnlyForHMAC = A HMACOutputLength can only be specified for HMAC integrity algorithms
9algorithms.NoSuchAlgorithm = The requested algorithm {0} does not exist. Original Message was: {1}
10algorithms.NoSuchMap = The algorithm URI "{0}" could not be mapped to a JCE algorithm
11algorithms.NoSuchProvider = The specified Provider {0} does not exist. Original Message was: {1}
12algorithms.operationOnlyVerification = A public key can only used for verification of a signature.
13algorithms.WrongKeyForThisOperation = Sorry, you supplied the wrong key type for this operation! You supplied a {0} but a {1} is needed.
14attributeValueIllegal = The attribute {0} has value {1} but must be {2}
15c14n.Canonicalizer.Exception = Exception during Canonicalization: Original Message was {0}
16c14n.Canonicalizer.IllegalNode = Illegal node type {0}, node name was {1}
17c14n.Canonicalizer.NoSuchCanonicalizer = No canonicalizer found with URI {0}
18c14n.Canonicalizer.ParserConfigurationException = ParserConfigurationException during Canonicalization: Original Message was {0}
19c14n.Canonicalizer.RelativeNamespace = Element {0} has a relative namespace: {1}="{2}"
20c14n.Canonicalizer.SAXException = SAXException during Canonicalization: Original Message was {0}
21c14n.Canonicalizer.TraversalNotSupported = This DOM document does not support Traversal {0}
22c14n.Canonicalizer.UnsupportedEncoding = Unsupported encoding {0}
23c14n.Canonicalizer.UnsupportedOperation = This canonicalizer does not support this operation
24c14n.XMLUtils.circumventBug2650forgotten = The tree has not been prepared for canonicalization using XMLUtils#circumventBug2650(Document)
25certificate.noSki.lowVersion = Certificate cannot contain a SubjectKeyIdentifier because it is only X509v{0}
26certificate.noSki.notOctetString = Certificates SubjectKeyIdentifier is not a OctetString
27certificate.noSki.null = Certificate does not contain a SubjectKeyIdentifier
28defaultNamespaceCannotBeSetHere = Default namespace cannot be set here
29ElementProxy.nullElement = Cannot create an ElementProxy from a null argument
30empty = {0}
31encryption.algorithmCannotBeUsedForEncryptedData = encryption.algorithmCannotBeUsedForEncryptedData {0}
32encryption.algorithmCannotEatInitParams = encryption.algorithmCannotEatInitParams
33encryption.algorithmCannotEncryptDecrypt = encryption.algorithmCannotEncryptDecrypt
34encryption.algorithmCannotWrapUnWrap = encryption.algorithmCannotWrapUnWrap
35encryption.ExplicitKeySizeMismatch = The xenc:KeySize element requests a key size of {0} bit but the algorithm implements {1} bit
36encryption.nonceLongerThanDecryptedPlaintext = The given nonce is longer than the available plaintext. I Cannot strip away this.
37encryption.RSAOAEP.dataHashWrong = data hash wrong
38encryption.RSAOAEP.dataStartWrong = data wrong start {0}
39encryption.RSAOAEP.dataTooShort = data too short
40encryption.RSAPKCS15.blockTruncated = block truncated
41encryption.RSAPKCS15.noDataInBlock = no data in block
42encryption.RSAPKCS15.unknownBlockType = unknown block type
43encryption.nokey = No Key Encryption Key loaded and cannot determine using key resolvers
44endorsed.jdk1.4.0 = Since it seems that nobody reads our installation notes, we must do it in the exception messages. Hope you read them. You did NOT use the endorsed mechanism from JDK 1.4 properly; look at <http://xml.apache.org/security/Java/installation.html> how to solve this problem.
45errorMessages.InvalidDigestValueException = INVALID signature -- check reference resolution.
46errorMessages.InvalidSignatureValueException = INVALID signature -- core validation failed.
47errorMessages.IOException = Other file I/O and similar exceptions.
48errorMessages.MissingKeyFailureException = Cannot verify because of missing public key. Provide it via addResource and try again.
49errorMessages.MissingResourceFailureException = Cannot verify because of unresolved references. Provide it via addResource and try again.
50errorMessages.NoSuchAlgorithmException = Unknown Algorithm {0}
51errorMessages.NotYetImplementedException = Functionality not yet there.
52errorMessages.XMLSignatureException = Verification failed for some other reason.
53decoding.divisible.four = It should be divisible by four
54decoding.general = Error while decoding
55FileKeyStorageImpl.addToDefaultFromRemoteNotImplemented = Method addToDefaultFromRemote() not yet implemented.
56FileKeyStorageImpl.NoCert.Context = Not found such a X509Certificate including context {0}
57FileKeyStorageImpl.NoCert.IssNameSerNo = Not found such a X509Certificate with IssuerName {0} and serial number {1}
58FileKeyStorageImpl.NoCert.SubjName = Not found such a X509Certificate including SubjectName {0}
59generic.dontHaveConstructionElement = I do not have a construction Element
60generic.EmptyMessage = {0}
61generic.NotYetImplemented = {0} Not YET implemented ;-((
62java.security.InvalidKeyException = Invalid key
63java.security.NoSuchProviderException = Unknown or unsupported provider
64java.security.UnknownKeyType = Unknown or unsupported key type {0}
65KeyInfo.needKeyResolver = More than one keyResovler have to be registered
66KeyInfo.nokey = Cannot get key from {0}
67KeyInfo.noKey = Cannot get the public key
68KeyInfo.wrongNumberOfObject = Need {0} keyObjects
69KeyInfo.wrongUse = This object was made for getting {0}
70keyResolver.alreadyRegistered = {1} class has already been registered for {0}
71KeyResolver.needStorageResolver = Need a StorageResolver to retrieve a Certificate from a {0}
72KeyResoverSpiImpl.cannotGetCert = Cannot get the Certificate that include or in {1} in implement class {0}
73KeyResoverSpiImpl.elementGeneration = Cannot make {1} element in implement class {0}
74KeyResoverSpiImpl.getPoublicKey = Cannot get the public key from implement class {0}
75KeyResoverSpiImpl.InvalidElement = Cannot set (2) Element in implement class {0}
76KeyResoverSpiImpl.keyStore = KeyStorage error in implement class {0}
77KeyResoverSpiImpl.need.Element = {1} type of Element is needed in implement class {0}
78KeyResoverSpiImpl.wrongCRLElement = Cannot make CRL from {1} in implement class {0}
79KeyResoverSpiImpl.wrongKeyObject = Need {1} type of KeyObject for generation Element in implement class{0}
80KeyResoverSpiImpl.wrongNumberOfObject = Need {1} keyObject in implement class {0}
81KeyStore.alreadyRegistered = {0} Class has already been registered for {1}
82KeyStore.register = {1} type class register error in class {0}
83KeyStore.registerStore.register = Registeration error for type {0}
84KeyValue.IllegalArgument = Cannot create a {0} from {1}
85namespacePrefixAlreadyUsedByOtherURI = Namespace prefix {0} already used by other URI {1}
86notYetInitialized = The module {0} is not yet initialized
87prefix.AlreadyAssigned = You want to assign {0} as prefix for namespace {1} but it is already assigned for {2}
88signature.Canonicalizer.UnknownCanonicalizer = Unknown canonicalizer. No handler installed for URI {0}
89signature.DSA.invalidFormat = Invalid ASN.1 encoding of the DSA signature
90signature.Generation.signBeforeGetValue = You have to XMLSignature.sign(java.security.PrivateKey) first
91signature.signaturePropertyHasNoTarget = The Target attribute of the SignatureProperty must be set
92signature.Transform.ErrorDuringTransform = A {1} was thrown during the {0} transform
93signature.Transform.NotYetImplemented = Transform {0} not yet implemented
94signature.Transform.NullPointerTransform = Null pointer as URI. Programming bug?
95signature.Transform.UnknownTransform = Unknown transformation. No handler installed for URI {0}
96signature.Transform.node = Current Node: {0}
97signature.Transform.nodeAndType = Current Node: {0}, type: {1}
98signature.Util.BignumNonPositive = bigInteger.signum() must be positive
99signature.Util.NonTextNode = Not a text node
100signature.Util.TooManyChilds = Too many childs of Type {0} in {1}
101signature.Verification.certificateError = Certificate error
102signature.Verification.IndexOutOfBounds = Index {0} illegal. We only have {1} References
103signature.Verification.internalError = Internal error
104signature.Verification.InvalidDigestOrReference = Invalid digest of reference {0}
105signature.Verification.keyStore = KeyStore error
106signature.Verification.MissingID = Cannot resolve element with ID {0}
107signature.Verification.MissingResources = Cannot resolve external resource {0}
108signature.Verification.NoSignatureElement = Input document contains no {0} Element in namespace {1}
109signature.Verification.Reference.NoInput = The Reference for URI {0} has no XMLSignatureInput
110signature.Verification.SignatureError = Signature error
111signature.XMLSignatureInput.MissingConstuctor = Cannot construct a XMLSignatureInput from class {0}
112signature.XMLSignatureInput.SerializeDOM = Input initialized with DOM Element. Use Canonicalization to serialize it
113signature.XMLSignatureInput.nodesetReference = Unable to convert to nodeset the reference
114transform.Init.IllegalContextArgument = Invalid context argument of class {0}. Must be String, org.w3c.dom.NodeList or java.io.InputStream.
115transform.init.NotInitialized =
116transform.init.wrongURI = Initialized with wrong URI. How could this happen? We implement {0} but {1} was used during initialization
117utils.Base64.IllegalBitlength = Illegal byte length; Data to be decoded must be a multiple of 4
118Base64Decoding = Error while decoding
119utils.resolver.noClass = Could not find a resolver for URI {0} and Base {1}
120xml.WrongContent = Cannot find {0} in {1}
121xml.WrongElement = Cannot create a {0} from a {1} element
122xpath.funcHere.documentsDiffer = The XPath is not in the same document as the context node
123xpath.funcHere.noXPathContext = Try to evaluate an XPath which uses the here() function but XPath is not inside an ds:XPath Element. XPath was : {0}