Class UpnDnsInfo


  • public class UpnDnsInfo
    extends Object
    A class representing the UPN_DNS_INFO structure from MS-PAC.
    • Constructor Detail

      • UpnDnsInfo

        public UpnDnsInfo​(byte[] infoBytes)
        Parses a UPN DNS info object from a byte array.
        Parameters:
        infoBytes - UPN DNS info structure encoded as bytes
        Throws:
        NullPointerException - if infoBytes is null
        IllegalArgumentException - if infoBytes is empty
    • Method Detail

      • getUpn

        public String getUpn()
      • getDnsDomainName

        public String getDnsDomainName()
      • getFlags

        public long getFlags()
      • getSamName

        public String getSamName()
      • getSid

        public Sid getSid()