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.

Constructor Summary

Opaque(byte[] pBytes)
Ctor.

Method Summary

boolean
equals(Object o)
byte[]
getDataBytes()
Gets the data bytes
int
hashCode()
String
toString()

Constructor Details

Opaque

public Opaque(byte[] pBytes)
Ctor.
Parameters:
pBytes - The byte array to encapsulate

Method Details

equals

public boolean equals(Object o)

getDataBytes

public byte[] getDataBytes()
Gets the data bytes
Returns:
Returns the dataBytes.

hashCode

public int hashCode()

toString

public String toString()

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