ASN1Encodable
, Encodable
public class GostR3410KeyTransport extends ASN1Object
GostR3410-KeyTransport ::= SEQUENCE { sessionEncryptedKey Gost28147-89-EncryptedKey, transportParameters [0] IMPLICIT GostR3410-TransportParameters OPTIONAL }
Modifier and Type | Method | 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 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