Searched refs:_c14nizedBytes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignedInfo.java56 /** Field _c14nizedBytes */
57 private byte[] _c14nizedBytes = null; field in class:SignedInfo
185 this._c14nizedBytes =
194 db.parse(new ByteArrayInputStream(this._c14nizedBytes));
252 if ((this._c14nizedBytes == null)
257 this._c14nizedBytes =
262 byte[] output = new byte[this._c14nizedBytes.length];
264 System.arraycopy(this._c14nizedBytes, 0, output, 0, output.length);
280 if ((this._c14nizedBytes == null)) {
292 os.write(this._c14nizedBytes);
[all...]

Completed in 117 milliseconds