org.gudy.bouncycastle.asn1.misc
Class IDEACBCPar

java.lang.Object
  extended by org.gudy.bouncycastle.asn1.misc.IDEACBCPar
All Implemented Interfaces:
DEREncodable

public class IDEACBCPar
extends Object
implements DEREncodable


Constructor Summary
IDEACBCPar(ASN1Sequence seq)
           
IDEACBCPar(byte[] iv)
           
 
Method Summary
 DERObject getDERObject()
          Produce an object suitable for an ASN1OutputStream.
static IDEACBCPar getInstance(Object o)
           
 byte[] getIV()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDEACBCPar

public IDEACBCPar(byte[] iv)

IDEACBCPar

public IDEACBCPar(ASN1Sequence seq)
Method Detail

getInstance

public static IDEACBCPar getInstance(Object o)

getIV

public byte[] getIV()

getDERObject

public DERObject getDERObject()
Produce an object suitable for an ASN1OutputStream.
 IDEA-CBCPar ::= SEQUENCE {
                      iv    OCTET STRING OPTIONAL -- exactly 8 octets
                  }
 

Specified by:
getDERObject in interface DEREncodable