public class GostR3410KeyTransport extends ASN1Object
| 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.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic GostR3410KeyTransport(Gost2814789EncryptedKey sessionEncryptedKey, GostR3410TransportParameters transportParameters)
public static GostR3410KeyTransport getInstance(java.lang.Object obj)
public Gost2814789EncryptedKey getSessionEncryptedKey()
public GostR3410TransportParameters getTransportParameters()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object