Package tss

Class SessEncInfo


  • public class SessEncInfo
    extends Object
    Parameters of the field, to which session based encryption can be applied (i.e. the first non-handle field marshaled in size-prefixed form)
    • Field Detail

      • sizeLen

        public int sizeLen
        Length of the size prefix in bytes. The size prefix contains the number of elements in the sized fieled (normally just bytes).
      • valLen

        public int valLen
        Length of an element of the sized area in bytes (in most cases 1)
    • Constructor Detail

      • SessEncInfo

        public SessEncInfo​(int sizeLen,
                           int valLen)