org.sblim.slp
Class Opaque
java.lang.Object
org.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. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Opaque
public Opaque(byte[] pBytes)
- Ctor.
- Parameters:
pBytes - The byte array to encapsulate
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.