org.apache.directory.shared.asn1.util
Class Asn1StringUtils

java.lang.Object
  extended byorg.apache.directory.shared.asn1.util.Asn1StringUtils

public class Asn1StringUtils
extends java.lang.Object

Little helper class.

Author:
Apache Directory Project

Constructor Summary
Asn1StringUtils()
           
 
Method Summary
static java.lang.String dumpByte(byte octet)
          Helper function that dump a byte in hex form
static java.lang.String dumpBytes(byte[] buffer)
          Helper function that dump an array of bytes in hex form
static byte[] getBytesUtf8(java.lang.String string)
          Return UTF-8 encoded byte[] representation of a String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asn1StringUtils

public Asn1StringUtils()
Method Detail

dumpByte

public static java.lang.String dumpByte(byte octet)
Helper function that dump a byte in hex form

Parameters:
octet - The byte to dump
Returns:
A string representation of the byte

dumpBytes

public static java.lang.String dumpBytes(byte[] buffer)
Helper function that dump an array of bytes in hex form

Parameters:
buffer - The bytes array to dump
Returns:
A string representation of the array of bytes

getBytesUtf8

public static byte[] getBytesUtf8(java.lang.String string)
Return UTF-8 encoded byte[] representation of a String

Parameters:
string - The string to be transformed to a byte array
Returns:
The transformed byte array


Copyright © 2004-2008 null. All Rights Reserved.