Package net.i2p.data

Class SessionKey

    • Field Detail

      • INVALID_KEY

        public static final SessionKey INVALID_KEY
        A key with all zeroes in the data
    • Constructor Detail

      • SessionKey

        public SessionKey()
      • SessionKey

        public SessionKey​(byte[] data)
    • Method Detail

      • getPreparedKey

        public Object getPreparedKey()
        retrieve an internal representation of the session key, as known by the AES engine used. this can be reused safely
      • setPreparedKey

        public void setPreparedKey​(Object obj)