Class ByteMacData


  • public final class ByteMacData
    extends java.lang.Object
    Builder and holder class for preparing SP 800-56A/56B compliant MacData. Elements in the data are copied in directly as byte arrays,
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ByteMacData.Builder
      Builder to create OtherInfo
      static class  ByteMacData.Type
      Standard type strings for the headers of KAS/KTS MAC calculations.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getMacData()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMacData

        public byte[] getMacData()