Uses of Class
org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters
-
Packages that use GOST3410PublicKeyAlgParameters Package Description org.bouncycastle.asn1.cryptopro org.bouncycastle.jcajce.provider.asymmetric.ecgost12 org.bouncycastle.jce.spec Parameter specifications for supporting El Gamal, and Elliptic Curve. -
-
Uses of GOST3410PublicKeyAlgParameters in org.bouncycastle.asn1.cryptopro
Methods in org.bouncycastle.asn1.cryptopro that return GOST3410PublicKeyAlgParameters Modifier and Type Method Description static GOST3410PublicKeyAlgParameters
GOST3410PublicKeyAlgParameters. getInstance(Object obj)
static GOST3410PublicKeyAlgParameters
GOST3410PublicKeyAlgParameters. getInstance(ASN1TaggedObject obj, boolean explicit)
-
Uses of GOST3410PublicKeyAlgParameters in org.bouncycastle.jcajce.provider.asymmetric.ecgost12
Methods in org.bouncycastle.jcajce.provider.asymmetric.ecgost12 that return GOST3410PublicKeyAlgParameters Modifier and Type Method Description GOST3410PublicKeyAlgParameters
BCECGOST3410_2012PublicKey. getGostParams()
-
Uses of GOST3410PublicKeyAlgParameters in org.bouncycastle.jce.spec
Methods in org.bouncycastle.jce.spec with parameters of type GOST3410PublicKeyAlgParameters Modifier and Type Method Description static GOST3410ParameterSpec
GOST3410ParameterSpec. fromPublicKeyAlg(GOST3410PublicKeyAlgParameters params)
-