Package org.bouncycastle.asn1.cryptopro
Class Gost2814789KeyWrapParameters
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cryptopro.Gost2814789KeyWrapParameters
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionGost2814789KeyWrapParameters
(ASN1ObjectIdentifier encryptionParamSet) Gost2814789KeyWrapParameters
(ASN1ObjectIdentifier encryptionParamSet, byte[] ukm) -
Method Summary
Modifier and TypeMethodDescriptionstatic Gost2814789KeyWrapParameters
getInstance
(Object obj) byte[]
getUkm()
Method providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
Gost2814789KeyWrapParameters
-
Gost2814789KeyWrapParameters
-
-
Method Details
-
getInstance
-
getEncryptionParamSet
-
getUkm
public byte[] getUkm() -
toASN1Primitive
Description copied from class:ASN1Object
Method providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-