public class GOST28147Parameters extends ASN1Encodable
BER, DER
Constructor and Description |
---|
GOST28147Parameters(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
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))
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public GOST28147Parameters(ASN1Sequence seq)
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))
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.