| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.asn1.misc.IDEACBCPar
public class IDEACBCPar
| Constructor Summary | |
|---|---|
IDEACBCPar(ASN1Sequence seq)
 | 
|
IDEACBCPar(byte[] iv)
 | 
|
| Method Summary | |
|---|---|
 DERObject | 
getDERObject()
Produce an object suitable for an ASN1OutputStream.  | 
static IDEACBCPar | 
getInstance(java.lang.Object o)
 | 
 byte[] | 
getIV()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IDEACBCPar(byte[] iv)
public IDEACBCPar(ASN1Sequence seq)
| Method Detail | 
|---|
public static IDEACBCPar getInstance(java.lang.Object o)
public byte[] getIV()
public DERObject getDERObject()
 IDEA-CBCPar ::= SEQUENCE {
                      iv    OCTET STRING OPTIONAL -- exactly 8 octets
                  }
 
getDERObject in interface DEREncodable
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||