public class GostR3410TransportParameters extends ASN1Object
GostR3410-TransportParameters ::= SEQUENCE { encryptionParamSet OBJECT IDENTIFIER, ephemeralPublicKey [0] IMPLICIT SubjectPublicKeyInfo OPTIONAL, ukm OCTET STRING }
Constructor and Description |
---|
GostR3410TransportParameters(ASN1ObjectIdentifier encryptionParamSet,
SubjectPublicKeyInfo ephemeralPublicKey,
byte[] ukm) |
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
getEncryptionParamSet() |
SubjectPublicKeyInfo |
getEphemeralPublicKey() |
static GostR3410TransportParameters |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static GostR3410TransportParameters |
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, toASN1Object
public GostR3410TransportParameters(ASN1ObjectIdentifier encryptionParamSet, SubjectPublicKeyInfo ephemeralPublicKey, byte[] ukm)
public static GostR3410TransportParameters getInstance(java.lang.Object obj)
public static GostR3410TransportParameters getInstance(ASN1TaggedObject obj, boolean explicit)
public ASN1ObjectIdentifier getEncryptionParamSet()
public SubjectPublicKeyInfo getEphemeralPublicKey()
public byte[] getUkm()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object