atg.security
Class NullEncoder

java.lang.Object
  extended by atg.security.NullEncoder
All Implemented Interfaces:
BinaryToTextEncoder, java.io.Serializable

public class NullEncoder
extends java.lang.Object
implements BinaryToTextEncoder

Returns a string constructed out of a binary array, without modification.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
NullEncoder()
           
 
Method Summary
 java.lang.String encode(byte[] pBytes)
          Returns a string representation of a series of bytes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

NullEncoder

public NullEncoder()
Method Detail

encode

public java.lang.String encode(byte[] pBytes)
Returns a string representation of a series of bytes.

Specified by:
encode in interface BinaryToTextEncoder