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
Methods in org.bouncycastle.crypto.util that return DERMacData.TypeModifier and TypeMethodDescriptionstatic DERMacData.Type
Returns 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.