Uses of Class
org.bouncycastle.crypto.util.DERMacData.Type
-
Packages that use DERMacData.Type Package Description org.bouncycastle.crypto.util -
-
Uses of DERMacData.Type in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return DERMacData.Type Modifier and Type Method Description static DERMacData.Type
DERMacData.Type. valueOf(String name)
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.Type Constructor Description Builder(DERMacData.Type type, byte[] idU, byte[] idV, byte[] ephemDataU, byte[] ephemDataV)
Create a basic builder with just the compulsory fields.
-