public class GostR3410KeyTransport extends ASN1Object
GostR3410-KeyTransport ::= SEQUENCE { sessionEncryptedKey Gost28147-89-EncryptedKey, transportParameters [0] IMPLICIT GostR3410-TransportParameters OPTIONAL }
Constructor and Description |
---|
GostR3410KeyTransport(Gost2814789EncryptedKey sessionEncryptedKey,
GostR3410TransportParameters transportParameters) |
Modifier and Type | Method and Description |
---|---|
static GostR3410KeyTransport |
getInstance(java.lang.Object obj) |
Gost2814789EncryptedKey |
getSessionEncryptedKey() |
GostR3410TransportParameters |
getTransportParameters() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public GostR3410KeyTransport(Gost2814789EncryptedKey sessionEncryptedKey, GostR3410TransportParameters transportParameters)
public static GostR3410KeyTransport getInstance(java.lang.Object obj)
public Gost2814789EncryptedKey getSessionEncryptedKey()
public GostR3410TransportParameters getTransportParameters()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object