com.sun.xml.wss.impl.misc
Class ByteArray

java.lang.Object
  extended by com.sun.xml.wss.impl.misc.ByteArray

public class ByteArray
extends Object

Author:
K.Venugopal@sun.com

Constructor Summary
ByteArray(byte[] iv, byte[] ed)
          Creates a new instance of ByteArray
 
Method Summary
 byte byteAt(int i)
           
 int getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArray

public ByteArray(byte[] iv,
                 byte[] ed)
Creates a new instance of ByteArray

Method Detail

getLength

public int getLength()

byteAt

public byte byteAt(int i)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.