org.sblim.slp
Class 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.
Opaque
public Opaque(byte[] pBytes)
Ctor.
pBytes
- The byte array to encapsulate
equals
public boolean equals(Object o)
getDataBytes
public byte[] getDataBytes()
Gets the data bytes
hashCode
public int hashCode()
toString
public String toString()
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.