Uses of Enum
org.bouncycastle.crypto.util.DERMacData.Type
Packages that use DERMacData.Type
Package
Description
Utility classes for supporting the crypto APIs - entropy provision and SP 800-56A OtherInfo and MacData.
-
Uses of DERMacData.Type in org.bouncycastle.crypto.util
Subclasses with type arguments of type DERMacData.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 DERMacData.TypeModifier and TypeMethodDescriptionstatic DERMacData.TypeReturns the enum constant of this type with the specified name.static DERMacData.Type[]DERMacData.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 DERMacData.TypeModifierConstructorDescriptionBuilder(DERMacData.Type type, byte[] idU, byte[] idV, byte[] ephemDataU, byte[] ephemDataV) Create a basic builder with just the compulsory fields.