Uses of Class
org.bouncycastle.asn1.cryptopro.GostR3410TransportParameters
-
Packages that use GostR3410TransportParameters Package Description org.bouncycastle.asn1.cryptopro -
-
Uses of GostR3410TransportParameters in org.bouncycastle.asn1.cryptopro
Methods in org.bouncycastle.asn1.cryptopro that return GostR3410TransportParameters Modifier and Type Method Description static GostR3410TransportParameters
GostR3410TransportParameters. getInstance(Object obj)
static GostR3410TransportParameters
GostR3410TransportParameters. getInstance(ASN1TaggedObject obj, boolean explicit)
GostR3410TransportParameters
GostR3410KeyTransport. getTransportParameters()
Constructors in org.bouncycastle.asn1.cryptopro with parameters of type GostR3410TransportParameters Constructor Description GostR3410KeyTransport(Gost2814789EncryptedKey sessionEncryptedKey, GostR3410TransportParameters transportParameters)
-