Uses of Class
java.security.NoSuchProviderException
Packages that use NoSuchProviderException
Package
Description
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing
 certificates, certificate revocation lists (CRLs), and
 certification paths.
Provides the classes and interfaces for cryptographic
 operations.
Provides classes for the secure socket package.
This package provides a pluggable authentication framework.
Provides classes for public key certificates.
Java™ Smart Card I/O API.
Classes for generating and validating XML digital
 signatures.
Classes for parsing and processing 
KeyInfo elements and structures.- 
Uses of NoSuchProviderException in java.securityMethods in java.security that throw NoSuchProviderExceptionModifier and TypeMethodDescriptionstatic AlgorithmParameterGeneratorAlgorithmParameterGenerator.getInstance(String algorithm, String provider)Returns an AlgorithmParameterGenerator object for generating a set of parameters to be used with the specified algorithm.static AlgorithmParametersAlgorithmParameters.getInstance(String algorithm, String provider)Returns a parameter object for the specified algorithm.static KeyFactoryKeyFactory.getInstance(String algorithm, String provider)Returns a KeyFactory object that converts public/private keys of the specified algorithm.static KeyPairGeneratorKeyPairGenerator.getInstance(String algorithm, String provider)Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.static KeyStoreKeyStore.getInstance(String type, String provider)Returns a keystore object of the specified type.static MessageDigestMessageDigest.getInstance(String algorithm, String provider)Returns a MessageDigest object that implements the specified digest algorithm.static PolicyPolicy.getInstance(String type, Policy.Parameters params, String provider)Returns a Policy object of the specified type.static SecureRandomSecureRandom.getInstance(String algorithm, String provider)Returns aSecureRandomobject that implements the specified Random Number Generator (RNG) algorithm.static SecureRandomSecureRandom.getInstance(String algorithm, SecureRandomParameters params, String provider)Returns aSecureRandomobject that implements the specified Random Number Generator (RNG) algorithm and supports the specifiedSecureRandomParametersrequest.static SignatureSignature.getInstance(String algorithm, String provider)Returns a Signature object that implements the specified signature algorithm.
- 
Uses of NoSuchProviderException in java.security.certMethods in java.security.cert that throw NoSuchProviderExceptionModifier and TypeMethodDescriptionstatic CertificateFactoryCertificateFactory.getInstance(String type, String provider)Returns a certificate factory object for the specified certificate type.static CertPathBuilderCertPathBuilder.getInstance(String algorithm, String provider)Returns aCertPathBuilderobject that implements the specified algorithm.static CertPathValidatorCertPathValidator.getInstance(String algorithm, String provider)Returns aCertPathValidatorobject that implements the specified algorithm.static CertStoreCertStore.getInstance(String type, CertStoreParameters params, String provider)Returns aCertStoreobject that implements the specifiedCertStoretype.abstract voidVerifies that this certificate was signed using the private key that corresponds to the specified public key.abstract voidVerifies that this certificate was signed using the private key that corresponds to the specified public key.abstract voidVerifies that this CRL was signed using the private key that corresponds to the given public key.abstract voidVerifies that this CRL was signed using the private key that corresponds to the given public key.
- 
Uses of NoSuchProviderException in javax.cryptoMethods in javax.crypto that throw NoSuchProviderExceptionModifier and TypeMethodDescriptionstatic CipherCipher.getInstance(String transformation, String provider)Returns aCipherobject that implements the specified transformation.static ExemptionMechanismExemptionMechanism.getInstance(String algorithm, String provider)Returns anExemptionMechanismobject that implements the specified exemption mechanism algorithm.static KeyAgreementKeyAgreement.getInstance(String algorithm, String provider)Returns aKeyAgreementobject that implements the specified key agreement algorithm.static KeyGeneratorKeyGenerator.getInstance(String algorithm, String provider)Returns aKeyGeneratorobject that generates secret keys for the specified algorithm.static MacMac.getInstance(String algorithm, String provider)Returns aMacobject that implements the specified MAC algorithm.static SecretKeyFactorySecretKeyFactory.getInstance(String algorithm, String provider)Returns aSecretKeyFactoryobject that converts secret keys of the specified algorithm.EncryptedPrivateKeyInfo.getKeySpec(Key decryptKey, String providerName)Extract the enclosed PKCS8EncodedKeySpec object from the encrypted data and return it.Retrieves the original (encapsulated) object.
- 
Uses of NoSuchProviderException in javax.net.sslMethods in javax.net.ssl that throw NoSuchProviderExceptionModifier and TypeMethodDescriptionstatic KeyManagerFactoryKeyManagerFactory.getInstance(String algorithm, String provider)Returns aKeyManagerFactoryobject that acts as a factory for key managers.static SSLContextSSLContext.getInstance(String protocol, String provider)Returns aSSLContextobject that implements the specified secure socket protocol.static TrustManagerFactoryTrustManagerFactory.getInstance(String algorithm, String provider)Returns aTrustManagerFactoryobject that acts as a factory for trust managers.
- 
Uses of NoSuchProviderException in javax.security.auth.loginMethods in javax.security.auth.login that throw NoSuchProviderExceptionModifier and TypeMethodDescriptionstatic ConfigurationConfiguration.getInstance(String type, Configuration.Parameters params, String provider)Returns a Configuration object of the specified type.
- 
Uses of NoSuchProviderException in javax.security.certMethods in javax.security.cert that throw NoSuchProviderExceptionModifier and TypeMethodDescriptionabstract voidDeprecated, for removal: This API element is subject to removal in a future version.Verifies that this certificate was signed using the private key that corresponds to the specified public key.abstract voidDeprecated, for removal: This API element is subject to removal in a future version.Verifies that this certificate was signed using the private key that corresponds to the specified public key.
- 
Uses of NoSuchProviderException in javax.smartcardioMethods in javax.smartcardio that throw NoSuchProviderExceptionModifier and TypeMethodDescriptionstatic TerminalFactoryTerminalFactory.getInstance(String type, Object params, String provider)Returns a TerminalFactory of the specified type that is initialized with the specified parameters.
- 
Uses of NoSuchProviderException in javax.xml.crypto.dsigMethods in javax.xml.crypto.dsig that throw NoSuchProviderExceptionModifier and TypeMethodDescriptionstatic TransformServiceTransformService.getInstance(String algorithm, String mechanismType, String provider)Returns aTransformServicethat supports the specified algorithm URI (ex:Transform.XPATH2) and mechanism type (ex: DOM) as supplied by the specified provider.static XMLSignatureFactoryXMLSignatureFactory.getInstance(String mechanismType, String provider)Returns anXMLSignatureFactorythat supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
- 
Uses of NoSuchProviderException in javax.xml.crypto.dsig.keyinfoMethods in javax.xml.crypto.dsig.keyinfo that throw NoSuchProviderExceptionModifier and TypeMethodDescriptionstatic KeyInfoFactoryKeyInfoFactory.getInstance(String mechanismType, String provider)Returns aKeyInfoFactorythat supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.