XML Security, 1.6

com.ibm.xml.crypto.dsig.dom.transform
Class BinaryData

java.lang.Object
  extended by javax.xml.crypto.OctetStreamData
      extended by com.ibm.xml.crypto.dsig.dom.transform.BinaryData
All Implemented Interfaces:
Data

public class BinaryData
extends OctetStreamData


Constructor Summary
BinaryData(byte[] d)
          Note: d is NOT copied.
 
Method Summary
 byte[] getData()
          Note: This returns the data directly, not copy.
 
Methods inherited from class javax.xml.crypto.OctetStreamData
getMimeType, getOctetStream, getURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryData

public BinaryData(byte[] d)
Note: d is NOT copied.

Method Detail

getData

public byte[] getData()
Note: This returns the data directly, not copy.


XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.