Package | Description |
---|---|
org.bouncycastle.crypto.util |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
Builder(DERMacData.Type type,
byte[] idU,
byte[] idV,
byte[] ephemDataU,
byte[] ephemDataV)
Create a basic builder with just the compulsory fields.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.