Uses of Interface
org.bouncycastle.jcajce.provider.config.ProviderConfiguration
-
-
Uses of ProviderConfiguration in org.bouncycastle.jcajce.provider.asymmetric.dstu
Constructors in org.bouncycastle.jcajce.provider.asymmetric.dstu with parameters of type ProviderConfiguration Constructor Description BCDSTU4145PublicKey(ECPublicKeySpec spec, ProviderConfiguration configuration)
-
Uses of ProviderConfiguration in org.bouncycastle.jcajce.provider.asymmetric.ec
-
Uses of ProviderConfiguration in org.bouncycastle.jcajce.provider.asymmetric.ecgost
Constructors in org.bouncycastle.jcajce.provider.asymmetric.ecgost with parameters of type ProviderConfiguration Constructor Description BCECGOST3410PublicKey(ECPublicKeySpec spec, ProviderConfiguration configuration)
-
Uses of ProviderConfiguration in org.bouncycastle.jcajce.provider.asymmetric.ecgost12
Constructors in org.bouncycastle.jcajce.provider.asymmetric.ecgost12 with parameters of type ProviderConfiguration Constructor Description BCECGOST3410_2012PublicKey(ECPublicKeySpec spec, ProviderConfiguration configuration)
-
Uses of ProviderConfiguration in org.bouncycastle.jcajce.provider.asymmetric.util
Methods in org.bouncycastle.jcajce.provider.asymmetric.util with parameters of type ProviderConfiguration Modifier and Type Method Description static ECCurve
EC5Util. getCurve(ProviderConfiguration configuration, X962Parameters params)
static ECDomainParameters
EC5Util. getDomainParameters(ProviderConfiguration configuration, ECParameterSpec params)
static ECDomainParameters
ECUtil. getDomainParameters(ProviderConfiguration configuration, X962Parameters params)
static ECDomainParameters
ECUtil. getDomainParameters(ProviderConfiguration configuration, ECParameterSpec params)
static int
ECUtil. getOrderBitLength(ProviderConfiguration configuration, BigInteger order, BigInteger privateValue)
-
Uses of ProviderConfiguration in org.bouncycastle.jce.provider
Fields in org.bouncycastle.jce.provider declared as ProviderConfiguration Modifier and Type Field Description static ProviderConfiguration
BouncyCastleProvider. CONFIGURATION
-
Uses of ProviderConfiguration in org.bouncycastle.pqc.jcajce.provider
Fields in org.bouncycastle.pqc.jcajce.provider declared as ProviderConfiguration Modifier and Type Field Description static ProviderConfiguration
BouncyCastlePQCProvider. CONFIGURATION
-