
|
Bouncy Castle Cryptography 1.11 API Specification: Class RC2CBCParameter
org.bouncycastle.asn1.pkcs
Class RC2CBCParameter
java.lang.Object
|
+--org.bouncycastle.asn1.pkcs.RC2CBCParameter
- All Implemented Interfaces:
- DEREncodable
- public class RC2CBCParameter
- extends java.lang.Object
- implements DEREncodable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RC2CBCParameter
public RC2CBCParameter(DERConstructedSequence seq)
getRC2ParameterVersion
public java.math.BigInteger getRC2ParameterVersion()
getIV
public byte[] getIV()
getDERObject
public DERObject getDERObject()
- Specified by:
getDERObject in interface DEREncodable
|