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