com.tivoli.am.eb.web.eaidemo
Class PACAdapter

java.lang.Object
  extended bycom.tivoli.am.eb.web.eaidemo.PACAdapter

public final class PACAdapter
extends java.lang.Object

Converts a PAC byte array to a string that can be passed in the http response header.

Author:
Tivoli Systems

Constructor Summary
PACAdapter()
           
 
Method Summary
static java.lang.String PACToString(byte[] pac)
          A PAC is formatted as a
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PACAdapter

public PACAdapter()
Method Detail

PACToString

public static java.lang.String PACToString(byte[] pac)
A PAC is formatted as a

Parameters:
pac -
Returns:
PAC as a String


Copyright © 2004 IBM Corp. All Rights Reserved.