Package org.bouncycastle.crypto.util
Class ByteMacData
- java.lang.Object
-
- org.bouncycastle.crypto.util.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 OtherInfostatic 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()
-