Uses of Enum Class
org.bouncycastle.crypto.util.DERMacData.Type
Packages that use DERMacData.Type
-
Uses of DERMacData.Type in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return DERMacData.TypeModifier and TypeMethodDescriptionstatic DERMacData.TypeReturns the enum constant of this class with the specified name.static DERMacData.Type[]DERMacData.Type.values()Returns an array containing the constants of this enum class, 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.