Uses of Class java.security.NoSuchProviderException

Uses in package java.security

Methods which throw type java.security.NoSuchProviderException

AlgorithmParameterGenerator
Returns a new AlgorithmParameterGenerator instance which generates algorithm parameters for the specified algorithm.
AlgorithmParameters
Returns a new instance of AlgorithmParameters representing the specified algorithm parameters from a named provider.
KeyFactory
KeyFactory.getInstance(String algorithm, String provider)
Returns a new instance of KeyFactory representing the specified key factory from the specified provider.
KeyPairGenerator
KeyPairGenerator.getInstance(String algorithm, String provider)
Returns a new instance of KeyPairGenerator which generates key-pairs for the specified algorithm from a named provider.
KeyStore
KeyStore.getInstance(String type, String provider)
Returns an instance of a KeyStore representing the specified type, from the named provider.
MessageDigest
MessageDigest.getInstance(String algorithm, String provider)
Returns a new instance of MessageDigest representing the specified algorithm from a named provider.
SecureRandom
SecureRandom.getInstance(String algorithm, String provider)
Returns an instance of a SecureRandom for the specified algorithm from the named provider.
Signature
Signature.getInstance(String algorithm, String provider)
Returns an instance of Signature representing the specified signature from the named provider.

Uses in package java.security.cert

Methods which throw type java.security.NoSuchProviderException

CertificateFactory
Returns an instance of a CertificateFactory representing the specified certificate factory type from the named provider.
CertPathBuilder
CertPathBuilder.getInstance(String algorithm, String provider)
Returns an instance of a named CertPathBuilder from a named provider.
CertPathValidator
Returns an instance of the given validator from the named provider.
CertStore
Returns an instance of the given certificate store type from a named provider.
void
Verifies that this Certificate was properly signed with the PublicKey that corresponds to its private key.
void
Verifies that this CRL was properly signed with the PublicKey that corresponds to its private key.
void
Certificate.verify(PublicKey key, String sigProvider)
Verifies that this Certificate was properly signed with the PublicKey that corresponds to its private key and uses the signature engine provided by the provider.
void
X509CRL.verify(PublicKey key, String sigProvider)
Verifies that this CRL was properly signed with the PublicKey that corresponds to its private key and uses the signature engine provided by the provider.

Uses in package javax.security.cert

Methods which throw type java.security.NoSuchProviderException

void
Verifies the signature of this certificate.
void
Certificate.verify(PublicKey key, String sigProvider)
Verifies the signature of this certificate, using the specified security provider.

Uses in package javax.net.ssl

Methods which throw type java.security.NoSuchProviderException

KeyManagerFactory
Create an instance of the named key manager factory, from the named provider.
SSLContext
SSLContext.getInstance(String protocol, String provider)
Get an instance of a context for the specified protocol from the named provider.
TrustManagerFactory
Returns an instance of a trust manager factory for the given algorithm from the named provider.

Uses in package javax.crypto

Methods which throw type java.security.NoSuchProviderException

Cipher
Cipher.getInstance(String transformation, String provider)
Creates a new cipher instance for the given transformation and the named provider.
ExemptionMechanism
Create an instance of ExemptionMechanism for a designated mechanism from a named provider.
KeyAgreement
KeyAgreement.getInstance(String algorithm, String provider)
Return an implementation of an algorithm from a named provider.
KeyGenerator
KeyGenerator.getInstance(String algorithm, String provider)
Create a new key generator from the named provider.
Mac
Mac.getInstance(String algorithm, String provider)
Create an instance of the named algorithm from the named provider.
SecretKeyFactory
SecretKeyFactory.getInstance(String algorithm, String provider)
Create a new secret key factory from the named provider.
Object
SealedObject.getObject(Key key, String provider)
Unseal and deserialize this sealed object with the specified key, using a cipher from the named provider.