Uses of Enum
org.bouncycastle.crypto.util.ByteMacData.Type
Packages that use ByteMacData.Type
Package
Description
Utility classes for supporting the crypto APIs - entropy provision and SP 800-56A OtherInfo and MacData.
-
Uses of ByteMacData.Type in org.bouncycastle.crypto.util
Subclasses with type arguments of type ByteMacData.Type in org.bouncycastle.crypto.utilModifier and TypeClassDescriptionstatic enumStandard type strings for the headers of KAS/KTS MAC calculations.Methods in org.bouncycastle.crypto.util that return ByteMacData.TypeModifier and TypeMethodDescriptionstatic ByteMacData.TypeReturns the enum constant of this type with the specified name.static ByteMacData.Type[]ByteMacData.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bouncycastle.crypto.util with parameters of type ByteMacData.TypeModifierConstructorDescriptionBuilder(ByteMacData.Type type, byte[] idU, byte[] idV, byte[] ephemDataU, byte[] ephemDataV) Create a basic builder with just the compulsory fields.