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