Class GostR3410TransportParameters

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cryptopro.GostR3410TransportParameters
All Implemented Interfaces:
ASN1Encodable, Encodable

public class GostR3410TransportParameters extends ASN1Object
 GostR3410-TransportParameters ::= SEQUENCE {
        encryptionParamSet   OBJECT IDENTIFIER,
        ephemeralPublicKey   [0] IMPLICIT SubjectPublicKeyInfo OPTIONAL,
        ukm                  OCTET STRING
 }