Class IDEACBCPar
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.internal.asn1.misc.IDEACBCPar
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IDEACBCPar
byte[]
getIV()
Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
IDEACBCPar
public IDEACBCPar(byte[] iv)
-
-
Method Details
-
getInstance
-
getIV
public byte[] getIV() -
toASN1Primitive
Produce an object suitable for an ASN1OutputStream.IDEA-CBCPar ::= SEQUENCE { iv OCTET STRING OPTIONAL -- exactly 8 octets }
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-