|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cryptopro.GOST28147Parameters
public class GOST28147Parameters
ASN.1 algorithm identifier parameters for GOST-28147
Constructor Summary | |
---|---|
GOST28147Parameters(ASN1Sequence seq)
Deprecated. use the getInstance() method. This constructor will vanish! |
Method Summary | |
---|---|
ASN1ObjectIdentifier |
getEncryptionParamSet()
Return the OID representing the sBox to use. |
static GOST28147Parameters |
getInstance(ASN1TaggedObject obj,
boolean explicit)
|
static GOST28147Parameters |
getInstance(java.lang.Object obj)
|
byte[] |
getIV()
Return the initialisation vector to use. |
ASN1Primitive |
toASN1Primitive()
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.ASN1Object |
---|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GOST28147Parameters(ASN1Sequence seq)
Method Detail |
---|
public static GOST28147Parameters getInstance(ASN1TaggedObject obj, boolean explicit)
public static GOST28147Parameters getInstance(java.lang.Object obj)
public ASN1Primitive toASN1Primitive()
Gost28147-89-Parameters ::= SEQUENCE { iv Gost28147-89-IV, encryptionParamSet OBJECT IDENTIFIER } Gost28147-89-IV ::= OCTET STRING (SIZE (8))
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
public ASN1ObjectIdentifier getEncryptionParamSet()
public byte[] getIV()
|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |