Bouncy Castle Cryptography Library 1.37

org.bouncycastle.asn1.cryptopro
Class GOST28147Parameters

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Encodable
      extended by org.bouncycastle.asn1.cryptopro.GOST28147Parameters
All Implemented Interfaces:
DEREncodable

public class GOST28147Parameters
extends ASN1Encodable


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
GOST28147Parameters(ASN1Sequence seq)
           
 
Method Summary
static GOST28147Parameters getInstance(ASN1TaggedObject obj, boolean explicit)
           
static GOST28147Parameters getInstance(java.lang.Object obj)
           
 DERObject toASN1Object()
           Gost28147-89-Parameters ::= SEQUENCE { iv Gost28147-89-IV, encryptionParamSet OBJECT IDENTIFIER } Gost28147-89-IV ::= OCTET STRING (SIZE (8))
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GOST28147Parameters

public GOST28147Parameters(ASN1Sequence seq)
Method Detail

getInstance

public static GOST28147Parameters getInstance(ASN1TaggedObject obj,
                                              boolean explicit)

getInstance

public static GOST28147Parameters getInstance(java.lang.Object obj)

toASN1Object

public DERObject toASN1Object()
 Gost28147-89-Parameters ::=
               SEQUENCE {
                       iv                   Gost28147-89-IV,
                       encryptionParamSet   OBJECT IDENTIFIER
                }

   Gost28147-89-IV ::= OCTET STRING (SIZE (8))
 

Specified by:
toASN1Object in class ASN1Encodable

Bouncy Castle Cryptography Library 1.37