Package net.sf.michaelo.tomcat.pac
Class PacClientInfo
- java.lang.Object
-
- net.sf.michaelo.tomcat.pac.PacClientInfo
-
public class PacClientInfo extends Object
A class representing thePAC_CLIENT_INFO
structure from MS-PAC.
-
-
Constructor Summary
Constructors Constructor Description PacClientInfo(byte[] infoBytes)
Parses a PAC client info object from a byte array.
-
-
-
Constructor Detail
-
PacClientInfo
public PacClientInfo(byte[] infoBytes)
Parses a PAC client info object from a byte array.- Parameters:
infoBytes
- PAC client info structure encoded as bytes- Throws:
NullPointerException
- ifinfoBytes
is nullIllegalArgumentException
- ifinfoBytes
is empty
-
-
Method Detail
-
getName
public String getName()
-
-