| Modifier and Type | Method and Description |
|---|---|
static AlgorithmID |
AlgorithmID.FromCBOR(com.upokecenter.cbor.CBORObject obj) |
static AlgorithmID |
AlgorithmID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmID[] |
AlgorithmID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
MacCommon.AES_CBC_MAC(AlgorithmID alg,
byte[] rgbKey) |
byte[] |
Recipient.decrypt(AlgorithmID algCEK,
Recipient recip) |
static OneKey |
OneKey.generateKey(AlgorithmID algorithm) |
byte[] |
Recipient.getKey(AlgorithmID algCEK) |
COSE for Java documentation, generatedin 2016.