Home
last modified time | relevance | path

Searched refs:c14nizedBytes (Results 1 – 11 of 11) sorted by relevance

/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.java59 private byte[] c14nizedBytes; field in SignedInfo
217 byte[] c14nizedBytes = c14nizer.canonicalizeSubtree(element); in reparseSignedInfoElem()
218 try (InputStream is = new ByteArrayInputStream(c14nizedBytes)) { in reparseSignedInfoElem()
271 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
278 this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement()); in getCanonicalizedOctetStream()
280 … this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement(), inclusiveNamespaces); in getCanonicalizedOctetStream()
285 return this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
297 if (this.c14nizedBytes == null) { in signInOctetStream()
311 os.write(this.c14nizedBytes); in signInOctetStream()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java59 private byte[] c14nizedBytes; field in SignedInfo
217 byte[] c14nizedBytes = c14nizer.canonicalizeSubtree(element); in reparseSignedInfoElem()
220 try (InputStream is = new ByteArrayInputStream(c14nizedBytes)) { in reparseSignedInfoElem()
273 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
280 this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement()); in getCanonicalizedOctetStream()
282 … this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement(), inclusiveNamespaces); in getCanonicalizedOctetStream()
287 return this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
299 if (this.c14nizedBytes == null) { in signInOctetStream()
313 os.write(this.c14nizedBytes); in signInOctetStream()
/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.java59 private byte[] c14nizedBytes; field in SignedInfo
217 byte[] c14nizedBytes = c14nizer.canonicalizeSubtree(element); in reparseSignedInfoElem()
218 try (InputStream is = new ByteArrayInputStream(c14nizedBytes)) { in reparseSignedInfoElem()
271 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
278 this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement()); in getCanonicalizedOctetStream()
280 … this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement(), inclusiveNamespaces); in getCanonicalizedOctetStream()
285 return this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
297 if (this.c14nizedBytes == null) { in signInOctetStream()
311 os.write(this.c14nizedBytes); in signInOctetStream()
/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.java59 private byte[] c14nizedBytes; field in SignedInfo
217 byte[] c14nizedBytes = c14nizer.canonicalizeSubtree(element); in reparseSignedInfoElem()
220 try (InputStream is = new ByteArrayInputStream(c14nizedBytes)) { in reparseSignedInfoElem()
273 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
280 this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement()); in getCanonicalizedOctetStream()
282 … this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement(), inclusiveNamespaces); in getCanonicalizedOctetStream()
287 return this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
299 if (this.c14nizedBytes == null) { in signInOctetStream()
313 os.write(this.c14nizedBytes); in signInOctetStream()
/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.java59 private byte[] c14nizedBytes; field in SignedInfo
217 byte[] c14nizedBytes = c14nizer.canonicalizeSubtree(element); in reparseSignedInfoElem()
218 try (InputStream is = new ByteArrayInputStream(c14nizedBytes)) { in reparseSignedInfoElem()
271 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
278 this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement()); in getCanonicalizedOctetStream()
280 … this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement(), inclusiveNamespaces); in getCanonicalizedOctetStream()
285 return this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
297 if (this.c14nizedBytes == null) { in signInOctetStream()
311 os.write(this.c14nizedBytes); in signInOctetStream()
/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.java59 private byte[] c14nizedBytes; field in SignedInfo
217 byte[] c14nizedBytes = c14nizer.canonicalizeSubtree(element); in reparseSignedInfoElem()
218 try (InputStream is = new ByteArrayInputStream(c14nizedBytes)) { in reparseSignedInfoElem()
271 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
278 this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement()); in getCanonicalizedOctetStream()
280 … this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement(), inclusiveNamespaces); in getCanonicalizedOctetStream()
285 return this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
297 if (this.c14nizedBytes == null) { in signInOctetStream()
311 os.write(this.c14nizedBytes); in signInOctetStream()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java59 private byte[] c14nizedBytes; field in SignedInfo
217 byte[] c14nizedBytes = c14nizer.canonicalizeSubtree(element); in reparseSignedInfoElem()
220 try (InputStream is = new ByteArrayInputStream(c14nizedBytes)) { in reparseSignedInfoElem()
273 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
280 this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement()); in getCanonicalizedOctetStream()
282 … this.c14nizedBytes = c14nizer.canonicalizeSubtree(getElement(), inclusiveNamespaces); in getCanonicalizedOctetStream()
287 return this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
299 if (this.c14nizedBytes == null) { in signInOctetStream()
313 os.write(this.c14nizedBytes); in signInOctetStream()
/dports/security/xml-security/xml-security-1_5_5/src/main/java/org/apache/xml/security/signature/
H A DSignedInfo.java55 private byte[] c14nizedBytes = null; field in SignedInfo
212 byte[] c14nizedBytes = c14nizer.canonicalizeSubtree(element); in reparseSignedInfoElem()
219 db.parse(new ByteArrayInputStream(c14nizedBytes)); in reparseSignedInfoElem()
272 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
276 this.c14nizedBytes = in getCanonicalizedOctetStream()
281 return (byte[]) this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
293 if (this.c14nizedBytes == null) { in signInOctetStream()
306 os.write(this.c14nizedBytes); in signInOctetStream()
/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.java57 private byte[] c14nizedBytes; field in SignedInfo
304 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
315 this.c14nizedBytes = baos.toByteArray(); in getCanonicalizedOctetStream()
320 return this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
332 if (this.c14nizedBytes == null) { in signInOctetStream()
344 os.write(this.c14nizedBytes); in signInOctetStream()
/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.java57 private byte[] c14nizedBytes; field in SignedInfo
304 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
315 this.c14nizedBytes = baos.toByteArray(); in getCanonicalizedOctetStream()
320 return this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
332 if (this.c14nizedBytes == null) { in signInOctetStream()
344 os.write(this.c14nizedBytes); in signInOctetStream()
/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.java57 private byte[] c14nizedBytes; field in SignedInfo
304 if (this.c14nizedBytes == null) { in getCanonicalizedOctetStream()
315 this.c14nizedBytes = baos.toByteArray(); in getCanonicalizedOctetStream()
320 return this.c14nizedBytes.clone(); in getCanonicalizedOctetStream()
332 if (this.c14nizedBytes == null) { in signInOctetStream()
344 os.write(this.c14nizedBytes); in signInOctetStream()