public class BlendingParameter extends AbstractBlock implements Serializable, Dumpable
Blending Parameter Block representation.
Modifier and Type | Class and Description |
---|---|
static class |
BlendingParameter.BlendingParameterChoice |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
CRLF
Constructor and Description |
---|
BlendingParameter(org.bouncycastle.asn1.ASN1Encodable e)
Create object from ASN.1 code.
|
BlendingParameter(BlendingParameter.BlendingParameterChoice choice)
Creates a blender parameter set.
|
Modifier and Type | Method and Description |
---|---|
String |
dumpValueNotation(String prefix,
DumpType dumptype) |
boolean |
equals(Object t) |
BlendingParameter.BlendingParameterChoice |
getChoice()
Gets the choice type of the blender parameter.
|
int |
hashCode() |
protected void |
parse(org.bouncycastle.asn1.ASN1Encodable to) |
org.bouncycastle.asn1.ASN1Object |
toAsn1Object(DumpType dumpType)
Dumps an ASN.1 representation of the object.
|
fromBase64, fromHex, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
public static final long serialVersionUID
public BlendingParameter(org.bouncycastle.asn1.ASN1Encodable e) throws IOException
Create object from ASN.1 code.
e
- the ASN.1 codeIOException
- if parsing of ASN.1 code failspublic BlendingParameter(BlendingParameter.BlendingParameterChoice choice) throws IOException
Creates a blender parameter set.
choice
- the type of blenderIOException
- if creation of the symmetric key failedprotected final void parse(org.bouncycastle.asn1.ASN1Encodable to) throws IOException
parse
in class AbstractBlock
IOException
public BlendingParameter.BlendingParameterChoice getChoice()
Gets the choice type of the blender parameter.
public String dumpValueNotation(String prefix, DumpType dumptype) throws IOException
dumpValueNotation
in interface Block
IOException
public org.bouncycastle.asn1.ASN1Object toAsn1Object(DumpType dumpType) throws IOException
Dumpable
Dumps an ASN.1 representation of the object.
toAsn1Object
in interface Dumpable
dumpType
- the dump type to be usedIOException
- if dumping of the object fails due to an illegal internal state of the
objectCopyright © 2023. All rights reserved.