Uses of Class
java.security.InvalidAlgorithmParameterException
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.apache.harmony.crypto.internal | |
| org.bouncycastle.jcajce.provider.asymmetric.dh | |
| org.bouncycastle.jcajce.provider.asymmetric.dsa | |
| org.bouncycastle.jcajce.provider.asymmetric.ec | |
| org.bouncycastle.jcajce.provider.asymmetric.rsa | |
| org.bouncycastle.jcajce.provider.symmetric | |
| org.bouncycastle.jcajce.provider.symmetric.util | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 | |
| org.conscrypt |
-
Uses of InvalidAlgorithmParameterException in java.security
Methods in java.security that throw InvalidAlgorithmParameterException Modifier and Type Method Description protected abstract voidAlgorithmParameterGeneratorSpi. engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random)Initializes thisAlgorithmParameterGeneratorSpiwith the givenAlgorithmParameterSpecand the givenSecureRandom.protected voidSignatureSpi. engineSetParameter(AlgorithmParameterSpec params)Sets the specifiedAlgorithmParameterSpec.voidAlgorithmParameterGenerator. init(AlgorithmParameterSpec genParamSpec)Initializes thisAlgorithmParameterGeneratorwith the givenAlgorithmParameterSpec.voidAlgorithmParameterGenerator. init(AlgorithmParameterSpec genParamSpec, SecureRandom random)Initializes thisAlgorithmParameterGeneratorwith the givenAlgorithmParameterSpecand the givenSecureRandom.voidKeyPairGenerator. initialize(AlgorithmParameterSpec param)Initializes thisKeyPairGeneratorwith the givenAlgorithmParameterSpec.voidKeyPairGenerator. initialize(AlgorithmParameterSpec param, SecureRandom random)Initializes thisKeyPairGeneratorwith the givenAlgorithmParameterSpecand the givenSecureRandom.voidKeyPairGeneratorSpi. initialize(AlgorithmParameterSpec params, SecureRandom random)Initializes thisKeyPairGeneratorSpiwith the givenAlgorithmParameterSpecand the givenSecureRandom.voidSignature. setParameter(AlgorithmParameterSpec params)Sets the specifiedAlgorithmParameterSpec. -
Uses of InvalidAlgorithmParameterException in java.security.cert
Methods in java.security.cert that throw InvalidAlgorithmParameterException Modifier and Type Method Description CertPathBuilderResultCertPathBuilder. build(CertPathParameters params)Builds a certification path with the specified algorithm parameters.abstract CertPathBuilderResultCertPathBuilderSpi. engineBuild(CertPathParameters params)Builds a certification path with the specified algorithm parameters.abstract CertPathValidatorResultCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)Validates theCertPathwith the algorithm of thisCertPathValidatorusing the specified algorithm parameters.static CertStoreCertStore. getInstance(String type, CertStoreParameters params)Creates a newCertStoreinstance with the specified type and initialized with the specified parameters.static CertStoreCertStore. getInstance(String type, CertStoreParameters params, String provider)Creates a newCertStoreinstance from the specified provider with the specified type and initialized with the specified parameters.static CertStoreCertStore. getInstance(String type, CertStoreParameters params, Provider provider)Creates a newCertStoreinstance from the specified provider with the specified type and initialized with the specified parameters.voidPKIXParameters. setTrustAnchors(Set<TrustAnchor> trustAnchors)Sets the set of trusted certificate authorities.CertPathValidatorResultCertPathValidator. validate(CertPath certPath, CertPathParameters params)Validates theCertPathwith the algorithm of thisCertPathValidatorusing the specified algorithm parameters.Constructors in java.security.cert that throw InvalidAlgorithmParameterException Constructor Description CertStoreSpi(CertStoreParameters params)Creates a newCertStoreSpi.PKIXBuilderParameters(KeyStore keyStore, CertSelector targetConstraints)Creates a newPKIXBuilderParametersinstance with the trustedX509Certificateentries from the specifiedKeyStore.PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector targetConstraints)Creates a newPKIXBuilderParametersinstance with the specified set ofTrustAnchorand certificate constraints.PKIXParameters(KeyStore keyStore)Creates a newPKIXParametersinstance with the trustedX509Certificateentries from the specifiedKeyStore.PKIXParameters(Set<TrustAnchor> trustAnchors)Creates a newPKIXParametersinstance with the specified set of trusted certificate authorities. -
Uses of InvalidAlgorithmParameterException in javax.crypto
Methods in javax.crypto that throw InvalidAlgorithmParameterException Modifier and Type Method Description protected abstract voidCipherSpi. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)Initializes this cipher instance with the specified key, algorithm parameters and a source of randomness.protected abstract voidCipherSpi. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)Initializes this cipher instance with the specified key, algorithm parameters and a source of randomness.protected abstract voidExemptionMechanismSpi. engineInit(Key key, AlgorithmParameters params)Initializes thisExemptionMechanisminstance with the specified key and algorithm parameters.protected abstract voidExemptionMechanismSpi. engineInit(Key key, AlgorithmParameterSpec params)Initializes thisExemptionMechanisminstance with the specified key and algorithm parameters.protected abstract voidKeyAgreementSpi. engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random)Initializes thisKeyAgreementSpiwith the specified key, algorithm parameters and randomness source.protected abstract voidKeyGeneratorSpi. engineInit(AlgorithmParameterSpec params, SecureRandom random)Initializes thisKeyGeneratorSpiinstance with the specified algorithm parameters and randomness source.protected abstract voidMacSpi. engineInit(Key key, AlgorithmParameterSpec params)Initializes thisMacSpiinstance with the specified key and algorithm parameters.voidCipher. init(int opmode, Key key, AlgorithmParameters params)Initializes this cipher instance with the specified key and algorithm parameters.voidCipher. init(int opmode, Key key, AlgorithmParameters params, SecureRandom random)Initializes this cipher instance with the specified key, algorithm parameters and a source of randomness.voidCipher. init(int opmode, Key key, AlgorithmParameterSpec params)Initializes this cipher instance with the specified key and algorithm parameters.voidCipher. init(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)Initializes this cipher instance with the specified key, algorithm parameters and a source of randomness.voidExemptionMechanism. init(Key key, AlgorithmParameters param)Initializes thisExemptionMechanisminstance with the specified key and algorithm parameters.voidExemptionMechanism. init(Key key, AlgorithmParameterSpec param)Initializes thisExemptionMechanisminstance with the specified key and algorithm parameters.voidKeyAgreement. init(Key key, AlgorithmParameterSpec params)Initializes thisKeyAgreementwith the specified key and the algorithm parameters.voidKeyAgreement. init(Key key, AlgorithmParameterSpec params, SecureRandom random)Initializes thisKeyAgreementwith the specified key, algorithm parameters and randomness source.voidKeyGenerator. init(AlgorithmParameterSpec params)Initializes thisKeyGeneratorinstance with the specified algorithm parameters.voidKeyGenerator. init(AlgorithmParameterSpec params, SecureRandom random)Initializes thisKeyGeneratorinstance with the specified algorithm parameters and randomness source.voidMac. init(Key key, AlgorithmParameterSpec params)Initializes thisMacinstance with the specified key and algorithm parameters. -
Uses of InvalidAlgorithmParameterException in javax.net.ssl
Methods in javax.net.ssl that throw InvalidAlgorithmParameterException Modifier and Type Method Description protected abstract voidKeyManagerFactorySpi. engineInit(ManagerFactoryParameters spec)Initializes this instance with the specified factory parameters.protected abstract voidTrustManagerFactorySpi. engineInit(ManagerFactoryParameters spec)Initializes this factory instance with the specified provider-specific parameters for a source of trust material.voidKeyManagerFactory. init(ManagerFactoryParameters spec)Initializes this instance with the specified factory parameters.voidTrustManagerFactory. init(ManagerFactoryParameters spec)Initializes this factory instance with the specified provider-specific parameters for a source of trust material. -
Uses of InvalidAlgorithmParameterException in org.apache.harmony.crypto.internal
Methods in org.apache.harmony.crypto.internal that throw InvalidAlgorithmParameterException Modifier and Type Method Description voidNullCipherSpi. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)voidNullCipherSpi. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) -
Uses of InvalidAlgorithmParameterException in org.bouncycastle.jcajce.provider.asymmetric.dh
Methods in org.bouncycastle.jcajce.provider.asymmetric.dh that throw InvalidAlgorithmParameterException Modifier and Type Method Description protected voidAlgorithmParameterGeneratorSpi. engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random)protected voidKeyAgreementSpi. engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random)voidKeyPairGeneratorSpi. initialize(AlgorithmParameterSpec params, SecureRandom random) -
Uses of InvalidAlgorithmParameterException in org.bouncycastle.jcajce.provider.asymmetric.dsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.dsa that throw InvalidAlgorithmParameterException Modifier and Type Method Description protected voidAlgorithmParameterGeneratorSpi. engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random)voidKeyPairGeneratorSpi. initialize(AlgorithmParameterSpec params, SecureRandom random) -
Uses of InvalidAlgorithmParameterException in org.bouncycastle.jcajce.provider.asymmetric.ec
Methods in org.bouncycastle.jcajce.provider.asymmetric.ec that throw InvalidAlgorithmParameterException Modifier and Type Method Description protected voidKeyAgreementSpi. engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random)voidKeyPairGeneratorSpi.EC. initialize(AlgorithmParameterSpec params, SecureRandom random) -
Uses of InvalidAlgorithmParameterException in org.bouncycastle.jcajce.provider.asymmetric.rsa
Methods in org.bouncycastle.jcajce.provider.asymmetric.rsa that throw InvalidAlgorithmParameterException Modifier and Type Method Description protected voidCipherSpi. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)protected voidCipherSpi. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)voidKeyPairGeneratorSpi. initialize(AlgorithmParameterSpec params, SecureRandom random) -
Uses of InvalidAlgorithmParameterException in org.bouncycastle.jcajce.provider.symmetric
Methods in org.bouncycastle.jcajce.provider.symmetric that throw InvalidAlgorithmParameterException Modifier and Type Method Description protected voidDES.AlgParamGen. engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random) -
Uses of InvalidAlgorithmParameterException in org.bouncycastle.jcajce.provider.symmetric.util
Methods in org.bouncycastle.jcajce.provider.symmetric.util that throw InvalidAlgorithmParameterException Modifier and Type Method Description protected voidBaseBlockCipher. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)protected voidBaseBlockCipher. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)protected voidBaseKeyGenerator. engineInit(AlgorithmParameterSpec params, SecureRandom random)protected voidBaseMac. engineInit(Key key, AlgorithmParameterSpec params)protected voidBaseStreamCipher. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)protected voidBaseStreamCipher. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)protected voidBaseWrapCipher. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)protected voidBaseWrapCipher. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) -
Uses of InvalidAlgorithmParameterException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw InvalidAlgorithmParameterException Modifier and Type Method Description CertPathBuilderResultPKIXCertPathBuilderSpi. engineBuild(CertPathParameters params)Build and validate a CertPath using the given parameter.protected voidJCEStreamCipher. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)protected voidJCEStreamCipher. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)CertPathValidatorResultPKIXCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)Constructors in org.bouncycastle.jce.provider that throw InvalidAlgorithmParameterException Constructor Description CertStoreCollectionSpi(CertStoreParameters params) -
Uses of InvalidAlgorithmParameterException in org.bouncycastle.x509
Constructors in org.bouncycastle.x509 that throw InvalidAlgorithmParameterException Constructor Description ExtendedPKIXBuilderParameters(Set trustAnchors, Selector targetConstraints)Creates an instance ofPKIXBuilderParameterswith the specifiedSetof most-trusted CAs.ExtendedPKIXParameters(Set trustAnchors)Creates an instance ofPKIXParameterswith the specifiedSetof most-trusted CAs. -
Uses of InvalidAlgorithmParameterException in org.conscrypt
Methods in org.conscrypt that throw InvalidAlgorithmParameterException Modifier and Type Method Description protected voidKeyManagerFactoryImpl. engineInit(ManagerFactoryParameters spec)protected voidOpenSSLCipher. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)protected voidOpenSSLCipher. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)protected voidOpenSSLCipherRSA. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)protected voidOpenSSLCipherRSA. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)protected voidOpenSSLECDHKeyAgreement. engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random)protected voidOpenSSLMac. engineInit(Key key, AlgorithmParameterSpec params)voidTrustManagerFactoryImpl. engineInit(ManagerFactoryParameters spec)static OpenSSLECGroupContextOpenSSLECGroupContext. getInstance(ECParameterSpec params)voidOpenSSLDSAKeyPairGenerator. initialize(AlgorithmParameterSpec params, SecureRandom random)voidOpenSSLECKeyPairGenerator. initialize(AlgorithmParameterSpec param, SecureRandom random)voidOpenSSLRSAKeyPairGenerator. initialize(AlgorithmParameterSpec params, SecureRandom random)