Class PacClientInfo


  • public class PacClientInfo
    extends Object
    A class representing the PAC_CLIENT_INFO structure from MS-PAC.
    • 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 - if infoBytes is null
        IllegalArgumentException - if infoBytes is empty
    • Method Detail

      • getName

        public String getName()