public class Gost2814789KeyWrapParameters extends ASN1Object
| Constructor and Description |
|---|
Gost2814789KeyWrapParameters(ASN1ObjectIdentifier encryptionParamSet) |
Gost2814789KeyWrapParameters(ASN1ObjectIdentifier encryptionParamSet,
byte[] ukm) |
| Modifier and Type | Method and Description |
|---|---|
ASN1ObjectIdentifier |
getEncryptionParamSet() |
static Gost2814789KeyWrapParameters |
getInstance(java.lang.Object obj) |
byte[] |
getUkm() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic Gost2814789KeyWrapParameters(ASN1ObjectIdentifier encryptionParamSet)
public Gost2814789KeyWrapParameters(ASN1ObjectIdentifier encryptionParamSet, byte[] ukm)
public static Gost2814789KeyWrapParameters getInstance(java.lang.Object obj)
public ASN1ObjectIdentifier getEncryptionParamSet()
public byte[] getUkm()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object