Package org.bouncycastle.asn1.misc
Class IDEACBCPar
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.misc.IDEACBCPar
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class IDEACBCPar
extends org.bouncycastle.asn1.ASN1Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IDEACBCPar
byte[]
getIV()
org.bouncycastle.asn1.ASN1Primitive
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
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()Produce an object suitable for an ASN1OutputStream.IDEA-CBCPar ::= SEQUENCE { iv OCTET STRING OPTIONAL -- exactly 8 octets }
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-