org.sblim.slp
Class Opaque

java.lang.Object
  extended byorg.sblim.slp.Opaque

public class Opaque
extends java.lang.Object

The Opaque class is the Java representation of the OPAQUE attribute type as defined by RFC 3224. It encapsulates a byte array in an object.


Constructor Summary
Opaque(byte[] pBytes)
          Ctor.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 byte[] getDataBytes()
          Gets the data bytes
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Opaque

public Opaque(byte[] pBytes)
Ctor.

Parameters:
pBytes - The byte array to encapsulate
Method Detail

getDataBytes

public byte[] getDataBytes()
Gets the data bytes

Returns:
Returns the dataBytes.

equals

public boolean equals(java.lang.Object o)

toString

public java.lang.String toString()

hashCode

public int hashCode()


Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.