src/share/classes/com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties

Print this page

        

*** 3,12 **** --- 3,13 ---- algorithm.ClassDoesNotExist = Class {0} does not exist algorithm.extendsWrongClass = Cannot register URI {0} to class {1} because it does not extend {2} algorithms.CannotUseAlgorithmParameterSpecOnDSA = Sorry, but you cannot use a AlgorithmParameterSpec object for creating DSA signatures. algorithms.CannotUseAlgorithmParameterSpecOnRSA = Sorry, but you cannot use a AlgorithmParameterSpec object for creating RSA signatures. algorithms.CannotUseSecureRandomOnMAC = Sorry, but you cannot use a SecureRandom object for creating MACs. + algorithms.HMACOutputLengthMin = HMACOutputLength must not be less than {0} algorithms.HMACOutputLengthOnlyForHMAC = A HMACOutputLength can only be specified for HMAC integrity algorithms algorithms.NoSuchAlgorithm = The requested algorithm {0} does not exist. Original Message was: {1} algorithms.NoSuchMap = The algorithm URI "{0}" could not be mapped to a JCE algorithm algorithms.NoSuchProvider = The specified Provider {0} does not exist. Original Message was: {1} algorithms.operationOnlyVerification = A public key can only used for verification of a signature.
*** 89,99 **** --- 90,103 ---- signature.DSA.invalidFormat = Invalid ASN.1 encoding of the DSA signature signature.Generation.signBeforeGetValue = You have to XMLSignature.sign(java.security.PrivateKey) first signature.Reference.ForbiddenResolver = It is forbidden to access resolver {0} when secure validation is enabled signature.signatureAlgorithm = It is forbidden to use algorithm {0} when secure validation is enabled signature.signaturePropertyHasNoTarget = The Target attribute of the SignatureProperty must be set + signature.tooManyReferences = {0} references are contained in the Manifest, maximum {1} are allowed with secure validation + signature.tooManyTransforms = {0} transforms are contained in the Reference, maximum {1} are allowed with secure validation signature.Transform.ErrorDuringTransform = A {1} was thrown during the {0} transform + signature.Transform.ForbiddenTransform = Transform {0} is forbidden when secure validation is enabled signature.Transform.NotYetImplemented = Transform {0} not yet implemented signature.Transform.NullPointerTransform = Null pointer as URI. Programming bug? signature.Transform.UnknownTransform = Unknown transformation. No handler installed for URI {0} signature.Transform.node = Current Node: {0} signature.Transform.nodeAndType = Current Node: {0}, type: {1}
*** 115,124 **** --- 119,129 ---- signature.XMLSignatureInput.SerializeDOM = Input initialized with DOM Element. Use Canonicalization to serialize it signature.XMLSignatureInput.nodesetReference = Unable to convert to nodeset the reference transform.Init.IllegalContextArgument = Invalid context argument of class {0}. Must be String, org.w3c.dom.NodeList or java.io.InputStream. transform.init.NotInitialized = transform.init.wrongURI = Initialized with wrong URI. How could this happen? We implement {0} but {1} was used during initialization + transform.envelopedSignatureTransformNotInSignatureElement = Enveloped Transform cannot find Signature element utils.Base64.IllegalBitlength = Illegal byte length; Data to be decoded must be a multiple of 4 Base64Decoding = Error while decoding utils.resolver.noClass = Could not find a resolver for URI {0} and Base {1} xml.WrongContent = Cannot find {0} in {1} xml.WrongElement = Cannot create a {0} from a {1} element