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