Class SSU2Header.Header

  • Enclosing class:
    SSU2Header

    public static class SSU2Header.Header
    extends Object
    A temporary structure returned from trial decrypt, with methods to access the fields.
    • Field Detail

      • data

        public final byte[] data
    • Constructor Detail

      • Header

        public Header​(int len)
    • Method Detail

      • getDestConnID

        public long getDestConnID()
        all headers
      • getPacketNumber

        public long getPacketNumber()
        all headers
      • getType

        public int getType()
        all headers
      • getShortHeaderFlags

        public int getShortHeaderFlags()
        short headers only
      • getVersion

        public int getVersion()
        long headers only
      • getNetID

        public int getNetID()
        long headers only
      • getHandshakeHeaderFlags

        public int getHandshakeHeaderFlags()
        long headers only
      • getSrcConnID

        public long getSrcConnID()
        long headers only
      • getToken

        public long getToken()
        long headers only
      • getEphemeralKey

        public byte[] getEphemeralKey()
        handshake headers only