public class MacAlgorithmSpec extends SymmetricAlgorithmSpec implements Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
CRLF
Constructor and Description |
---|
MacAlgorithmSpec(org.bouncycastle.asn1.ASN1Encodable to)
Create object from ASN.1 code.
|
MacAlgorithmSpec(AsymmetricAlgorithmSpec to) |
dumpValueNotation, getAlgorithm, getAlgorithmParameter, parse, toAsn1Object
fromBase64, fromHex, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
public static final long serialVersionUID
public MacAlgorithmSpec(AsymmetricAlgorithmSpec to) throws IOException
IOException
public MacAlgorithmSpec(org.bouncycastle.asn1.ASN1Encodable to) throws IOException
Create object from ASN.1 code.
to
- the ASN.1 codeIOException
- if parsing of ASN.1 code failsCopyright © 2023. All rights reserved.