Home
last modified time | relevance | path

Searched refs:c14nMethod (Results 1 – 14 of 14) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java59 private Element c14nMethod; field in SignedInfo
148 c14nMethod = in SignedInfo()
152 appendSelf(c14nMethod); in SignedInfo()
184 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
185 appendSelf(c14nMethod); in SignedInfo()
248 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
249 if (c14nMethod == null || in SignedInfo()
250 !(Constants.SignatureSpecNS.equals(c14nMethod.getNamespaceURI()) in SignedInfo()
256 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
357 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/security/xml-security/xml-security-1_5_5/src/main/java/org/apache/xml/security/signature/
H A DSignedInfo.java57 private Element c14nMethod; field in SignedInfo
107 c14nMethod = in SignedInfo()
111 this.constructionElement.appendChild(c14nMethod); in SignedInfo()
137 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
138 this.constructionElement.appendChild(c14nMethod); in SignedInfo()
183 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
184 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
197 Element c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in reparseSignedInfoElem() local
199 c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in reparseSignedInfoElem()
319 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java59 private Element c14nMethod; field in SignedInfo
148 c14nMethod = in SignedInfo()
152 appendSelf(c14nMethod); in SignedInfo()
184 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
185 appendSelf(c14nMethod); in SignedInfo()
248 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
249 if (c14nMethod == null || in SignedInfo()
250 !(Constants.SignatureSpecNS.equals(c14nMethod.getNamespaceURI()) in SignedInfo()
256 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
357 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java59 private Element c14nMethod; field in SignedInfo
148 c14nMethod = in SignedInfo()
152 appendSelf(c14nMethod); in SignedInfo()
184 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
185 appendSelf(c14nMethod); in SignedInfo()
248 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
249 if (c14nMethod == null || in SignedInfo()
250 !(Constants.SignatureSpecNS.equals(c14nMethod.getNamespaceURI()) in SignedInfo()
256 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
357 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java61 private Element c14nMethod; field in SignedInfo
111 c14nMethod = in SignedInfo()
115 appendSelf(c14nMethod); in SignedInfo()
141 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
142 appendSelf(c14nMethod); in SignedInfo()
187 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
188 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
201 Element c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in reparseSignedInfoElem() local
203 c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in reparseSignedInfoElem()
324 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java61 private Element c14nMethod; field in SignedInfo
111 c14nMethod = in SignedInfo()
115 appendSelf(c14nMethod); in SignedInfo()
141 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
142 appendSelf(c14nMethod); in SignedInfo()
187 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
188 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
201 Element c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in reparseSignedInfoElem() local
203 c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in reparseSignedInfoElem()
326 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java61 private Element c14nMethod; field in SignedInfo
111 c14nMethod = in SignedInfo()
115 appendSelf(c14nMethod); in SignedInfo()
141 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
142 appendSelf(c14nMethod); in SignedInfo()
187 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
188 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
201 Element c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in reparseSignedInfoElem() local
203 c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in reparseSignedInfoElem()
324 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java61 private Element c14nMethod; field in SignedInfo
111 c14nMethod = in SignedInfo()
115 appendSelf(c14nMethod); in SignedInfo()
141 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
142 appendSelf(c14nMethod); in SignedInfo()
187 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
188 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
201 Element c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in reparseSignedInfoElem() local
203 c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in reparseSignedInfoElem()
326 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java61 private Element c14nMethod; field in SignedInfo
111 c14nMethod = in SignedInfo()
115 appendSelf(c14nMethod); in SignedInfo()
141 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
142 appendSelf(c14nMethod); in SignedInfo()
187 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
188 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
201 Element c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in reparseSignedInfoElem() local
203 c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in reparseSignedInfoElem()
324 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java61 private Element c14nMethod; field in SignedInfo
111 c14nMethod = in SignedInfo()
115 appendSelf(c14nMethod); in SignedInfo()
141 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
142 appendSelf(c14nMethod); in SignedInfo()
187 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
188 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
201 Element c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in reparseSignedInfoElem() local
203 c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in reparseSignedInfoElem()
324 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java61 private Element c14nMethod; field in SignedInfo
111 c14nMethod = in SignedInfo()
115 appendSelf(c14nMethod); in SignedInfo()
141 this.c14nMethod = canonicalizationMethodElem; in SignedInfo()
142 appendSelf(c14nMethod); in SignedInfo()
187 c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in SignedInfo()
188 signatureMethod = XMLUtils.getNextElement(c14nMethod.getNextSibling()); in SignedInfo()
201 Element c14nMethod = XMLUtils.getNextElement(element.getFirstChild()); in reparseSignedInfoElem() local
203 c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in reparseSignedInfoElem()
326 return c14nMethod.getAttributeNS(null, Constants._ATT_ALGORITHM); in getCanonicalizationMethodURI()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/System.Security.Cryptography.Xml/
H A DSignedInfo.cs41 private string c14nMethod; field in System.Security.Cryptography.Xml.SignedInfo
50 c14nMethod = "http://www.w3.org/TR/2001/REC-xml-c14n-20010315"; in SignedInfo()
54 get { return c14nMethod; }
56 c14nMethod = value;
149 if (c14nMethod != null) { in GetXml()
151 c14n.SetAttribute (XmlSignature.AttributeNames.Algorithm, c14nMethod); in GetXml()
195c14nMethod = XmlSignature.GetAttributeFromElement (value, XmlSignature.AttributeNames.Algorithm, X… in LoadXml()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Dxmldsig.c438 xmlSecAssert2(dsigCtx->c14nMethod == NULL, -1); in xmlSecDSigCtxProcessSignatureNode()
503 xmlSecAssert2(dsigCtx->c14nMethod != NULL, -1); in xmlSecDSigCtxProcessSignatureNode()
610 xmlSecAssert2(dsigCtx->c14nMethod == NULL, -1); in xmlSecDSigCtxProcessSignedInfoNode()
619 dsigCtx->c14nMethod = xmlSecTransformCtxNodeRead(&(dsigCtx->transformCtx), in xmlSecDSigCtxProcessSignedInfoNode()
621 if(dsigCtx->c14nMethod == NULL) { in xmlSecDSigCtxProcessSignedInfoNode()
630 dsigCtx->c14nMethod = xmlSecTransformCtxCreateAndAppend(&(dsigCtx->transformCtx), in xmlSecDSigCtxProcessSignedInfoNode()
632 if(dsigCtx->c14nMethod == NULL) { in xmlSecDSigCtxProcessSignedInfoNode()
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Dxmldsig.h152 xmlSecTransformPtr c14nMethod; member