org.gudy.bouncycastle.asn1.misc
Class IDEACBCPar
java.lang.Object
  
org.gudy.bouncycastle.asn1.misc.IDEACBCPar
- All Implemented Interfaces: 
 - DEREncodable
 
public class IDEACBCPar
- extends Object
- implements DEREncodable
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IDEACBCPar
public IDEACBCPar(byte[] iv)
IDEACBCPar
public IDEACBCPar(ASN1Sequence seq)
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