Uses of Class
java.security.spec.InvalidParameterSpecException
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| org.bouncycastle.jcajce.provider.asymmetric.dh | |
| org.bouncycastle.jcajce.provider.asymmetric.dsa | |
| org.bouncycastle.jcajce.provider.asymmetric.rsa | |
| org.bouncycastle.jcajce.provider.symmetric | |
| org.bouncycastle.jcajce.provider.symmetric.util |
-
Uses of InvalidParameterSpecException in java.security
Methods in java.security that throw InvalidParameterSpecException Modifier and Type Method Description protected abstract <T extends AlgorithmParameterSpec>
TAlgorithmParametersSpi. engineGetParameterSpec(Class<T> paramSpec)Returns theAlgorithmParameterSpecfor thisAlgorithmParametersSpi.protected abstract voidAlgorithmParametersSpi. engineInit(AlgorithmParameterSpec paramSpec)Initializes thisAlgorithmParametersSpiwith the specifiedAlgorithmParameterSpec.<T extends AlgorithmParameterSpec>
TAlgorithmParameters. getParameterSpec(Class<T> paramSpec)Returns theAlgorithmParameterSpecfor thisAlgorithmParameters.voidAlgorithmParameters. init(AlgorithmParameterSpec paramSpec)Initializes thisAlgorithmParameterswith the specifiedAlgorithmParameterSpec. -
Uses of InvalidParameterSpecException in org.bouncycastle.jcajce.provider.asymmetric.dh
Methods in org.bouncycastle.jcajce.provider.asymmetric.dh that throw InvalidParameterSpecException Modifier and Type Method Description protected AlgorithmParameterSpecAlgorithmParametersSpi. engineGetParameterSpec(Class paramSpec)protected voidAlgorithmParametersSpi. engineInit(AlgorithmParameterSpec paramSpec)protected AlgorithmParameterSpecAlgorithmParametersSpi. localEngineGetParameterSpec(Class paramSpec) -
Uses of InvalidParameterSpecException in org.bouncycastle.jcajce.provider.asymmetric.dsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.dsa that throw InvalidParameterSpecException Modifier and Type Method Description protected AlgorithmParameterSpecAlgorithmParametersSpi. engineGetParameterSpec(Class paramSpec)protected voidAlgorithmParametersSpi. engineInit(AlgorithmParameterSpec paramSpec)protected AlgorithmParameterSpecAlgorithmParametersSpi. localEngineGetParameterSpec(Class paramSpec) -
Uses of InvalidParameterSpecException in org.bouncycastle.jcajce.provider.asymmetric.rsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa that throw InvalidParameterSpecException Modifier and Type Method Description protected AlgorithmParameterSpecAlgorithmParametersSpi. engineGetParameterSpec(Class paramSpec)protected voidAlgorithmParametersSpi.OAEP. engineInit(AlgorithmParameterSpec paramSpec)protected voidAlgorithmParametersSpi.PSS. engineInit(AlgorithmParameterSpec paramSpec)protected abstract AlgorithmParameterSpecAlgorithmParametersSpi. localEngineGetParameterSpec(Class paramSpec)protected AlgorithmParameterSpecAlgorithmParametersSpi.OAEP. localEngineGetParameterSpec(Class paramSpec)protected AlgorithmParameterSpecAlgorithmParametersSpi.PSS. localEngineGetParameterSpec(Class paramSpec) -
Uses of InvalidParameterSpecException in org.bouncycastle.jcajce.provider.symmetric
Methods in org.bouncycastle.jcajce.provider.symmetric that throw InvalidParameterSpecException Modifier and Type Method Description protected voidPBEPKCS12.AlgParams. engineInit(AlgorithmParameterSpec paramSpec)protected AlgorithmParameterSpecPBEPKCS12.AlgParams. localEngineGetParameterSpec(Class paramSpec) -
Uses of InvalidParameterSpecException in org.bouncycastle.jcajce.provider.symmetric.util
Methods in org.bouncycastle.jcajce.provider.symmetric.util that throw InvalidParameterSpecException Modifier and Type Method Description protected AlgorithmParameterSpecBaseAlgorithmParameters. engineGetParameterSpec(Class paramSpec)protected voidIvAlgorithmParameters. engineInit(AlgorithmParameterSpec paramSpec)protected abstract AlgorithmParameterSpecBaseAlgorithmParameters. localEngineGetParameterSpec(Class paramSpec)protected AlgorithmParameterSpecIvAlgorithmParameters. localEngineGetParameterSpec(Class paramSpec)