public class

GOST28147Parameters

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.cryptopro.GOST28147Parameters

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
GOST28147Parameters(ASN1Sequence seq)
Public Methods
static GOST28147Parameters getInstance(ASN1TaggedObject obj, boolean explicit)
static GOST28147Parameters getInstance(Object obj)
DERObject toASN1Object()
 Gost28147-89-Parameters ::=
               SEQUENCE {
                       iv                   Gost28147-89-IV,
                       encryptionParamSet   OBJECT IDENTIFIER
                }

   Gost28147-89-IV ::= OCTET STRING (SIZE (8))
 
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public GOST28147Parameters (ASN1Sequence seq)

Public Methods

public static GOST28147Parameters getInstance (ASN1TaggedObject obj, boolean explicit)

public static GOST28147Parameters getInstance (Object obj)

public DERObject toASN1Object ()

 Gost28147-89-Parameters ::=
               SEQUENCE {
                       iv                   Gost28147-89-IV,
                       encryptionParamSet   OBJECT IDENTIFIER
                }

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