Uses of Class
java.security.NoSuchProviderException
| 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.
|
| javax.security.cert |
This package is provided only for compatibility reasons.
|
| org.apache.harmony.security.provider.cert | |
| org.bouncycastle.cms | |
| org.bouncycastle.jcajce | |
| org.bouncycastle.jce | |
| org.bouncycastle.jce.netscape | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 | |
| org.conscrypt |
-
Uses of NoSuchProviderException in java.security
Methods in java.security that throw NoSuchProviderException Modifier and Type Method Description static AlgorithmParameterGeneratorAlgorithmParameterGenerator. getInstance(String algorithm, String provider)Returns a new instance ofAlgorithmParameterGeneratorfrom the specified provider for the specified algorithm.static AlgorithmParametersAlgorithmParameters. getInstance(String algorithm, String provider)Returns a new instance ofAlgorithmParametersfrom the specified provider for the specified algorithm.static KeyFactoryKeyFactory. getInstance(String algorithm, String provider)Returns a new instance ofKeyFactorythat utilizes the specified algorithm from the specified provider.static KeyPairGeneratorKeyPairGenerator. getInstance(String algorithm, String provider)Returns a new instance ofKeyPairGeneratorthat utilizes the specified algorithm from the specified provider.static KeyStoreKeyStore. getInstance(String type, String provider)Returns a new instance ofKeyStorefrom the specified provider with the given type.static MessageDigestMessageDigest. getInstance(String algorithm, String provider)Returns a new instance ofMessageDigestthat utilizes the specified algorithm from the specified provider.static PolicyPolicy. getInstance(String type, Policy.Parameters params, String provider)static SecureRandomSecureRandom. getInstance(String algorithm, String provider)Returns a new instance ofSecureRandomthat utilizes the specified algorithm from the specified provider.static SignatureSignature. getInstance(String algorithm, String provider)Returns a new instance ofSignaturethat utilizes the specified algorithm from the specified provider. -
Uses of NoSuchProviderException in java.security.cert
Methods in java.security.cert that throw NoSuchProviderException Modifier and Type Method Description static CertificateFactoryCertificateFactory. getInstance(String type, String provider)Creates a newCertificateFactoryinstance from the specified provider that provides the requested certificate type.static CertPathBuilderCertPathBuilder. getInstance(String algorithm, String provider)Creates a newCertPathBuilderinstance from the specified provider providing the specified algorithm.static CertPathValidatorCertPathValidator. getInstance(String algorithm, String provider)Returns a new certification path validator for the specified algorithm from the specified provider.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.abstract voidCertificate. verify(PublicKey key)Verifies that this certificate was signed with the given public key.abstract voidCertificate. verify(PublicKey key, String sigProvider)Verifies that this certificate was signed with the given public key.abstract voidX509CRL. verify(PublicKey key)Verifies this CRL by verifying that this CRL was signed with the corresponding private key to the specified public key.abstract voidX509CRL. verify(PublicKey key, String sigProvider)Verifies this CRL by verifying that this CRL was signed with the corresponding private key to the specified public key. -
Uses of NoSuchProviderException in javax.crypto
Methods in javax.crypto that throw NoSuchProviderException Modifier and Type Method Description static CipherCipher. getInstance(String transformation, String provider)Creates a new cipher for the specified transformation provided by the specified provider.static ExemptionMechanismExemptionMechanism. getInstance(String algorithm, String provider)Returns a newExemptionMechansminstance that provides the specified exemption mechanism algorithm from the specified provider.static KeyAgreementKeyAgreement. getInstance(String algorithm, String provider)Creates a newKeyAgreementfor the specified algorithm from the specified provider.static KeyGeneratorKeyGenerator. getInstance(String algorithm, String provider)Creates a newKeyGeneratorinstance that provides the specified key algorithm from the specified provider.static MacMac. getInstance(String algorithm, String provider)Creates a newMacinstance that provides the specified MAC algorithm from the specified provider.static SecretKeyFactorySecretKeyFactory. getInstance(String algorithm, String provider)Creates a newSecretKeyFactoryinstance for the specified key algorithm from the specifiedprovider.PKCS8EncodedKeySpecEncryptedPrivateKeyInfo. getKeySpec(Key decryptKey, String providerName)Returns thePKCS8EncodedKeySpecobject extracted from the encrypted data.ObjectSealedObject. getObject(Key key, String provider)Returns the wrapped object, decrypting it using the specified key. -
Uses of NoSuchProviderException in javax.net.ssl
Methods in javax.net.ssl that throw NoSuchProviderException Modifier and Type Method Description static KeyManagerFactoryKeyManagerFactory. getInstance(String algorithm, String provider)Creates a newKeyManagerFactoryinstance for the specified key management algorithm from the specified provider.static SSLContextSSLContext. getInstance(String protocol, String provider)Creates a newSSLContextinstance for the specified protocol from the specified provider.static TrustManagerFactoryTrustManagerFactory. getInstance(String algorithm, String provider)Creates a newTrustManagerFactoryinstance for the specified trust management algorithm from the specified provider. -
Uses of NoSuchProviderException in javax.security.cert
Methods in javax.security.cert that throw NoSuchProviderException Modifier and Type Method Description abstract voidCertificate. verify(PublicKey key)Verifies that this certificate was signed with the given public key.abstract voidCertificate. verify(PublicKey key, String sigProvider)Verifies that this certificate was signed with the given public key. -
Uses of NoSuchProviderException in org.apache.harmony.security.provider.cert
Methods in org.apache.harmony.security.provider.cert that throw NoSuchProviderException Modifier and Type Method Description voidX509CertImpl. verify(PublicKey key)voidX509CertImpl. verify(PublicKey key, String sigProvider)voidX509CRLImpl. verify(PublicKey key)voidX509CRLImpl. verify(PublicKey key, String sigProvider) -
Uses of NoSuchProviderException in org.bouncycastle.cms
Methods in org.bouncycastle.cms that throw NoSuchProviderException Modifier and Type Method Description CMSSignedDataCMSSignedDataGenerator. generate(String eContentType, CMSProcessable content, boolean encapsulate, String sigProvider)Deprecated.use generate(CMSTypedData, boolean)CMSSignedDataCMSSignedDataGenerator. generate(String eContentType, CMSProcessable content, boolean encapsulate, String sigProvider, boolean addDefaultAttributes)Deprecated.use generate(CMSTypedData, boolean)CMSSignedDataCMSSignedDataGenerator. generate(CMSProcessable content, boolean encapsulate, String sigProvider)Deprecated.use generate(CMSTypedData, boolean)CMSSignedDataCMSSignedDataGenerator. generate(CMSProcessable content, String sigProvider)Deprecated.use generate() method not taking provider.SignerInformationStoreCMSSignedDataGenerator. generateCounterSigners(SignerInformation signer, String sigProvider)Deprecated.use generateCounterSigners(SignerInformation)X509StoreCMSSignedData. getAttributeCertificates(String type, String provider)Deprecated.use base Store returning methodbooleanSignerInformation. verify(X509Certificate cert, String sigProvider)Deprecated.use verify(ContentVerifierProvider)booleanSignerInformation. verify(PublicKey key, String sigProvider)Deprecated.use verify(ContentVerifierProvider)booleanSignerInformation. verify(PublicKey key, Provider sigProvider)Deprecated.use verify(ContentVerifierProvider) -
Uses of NoSuchProviderException in org.bouncycastle.jcajce
-
Uses of NoSuchProviderException in org.bouncycastle.jce
Methods in org.bouncycastle.jce that throw NoSuchProviderException Modifier and Type Method Description PublicKeyPKCS10CertificationRequest. getPublicKey()Deprecated.return the public key associated with the certification request - the public key is created using the BC provider.PublicKeyPKCS10CertificationRequest. getPublicKey(String provider)Deprecated.booleanPKCS10CertificationRequest. verify()Deprecated.verify the request using the BC provider.booleanPKCS10CertificationRequest. verify(String provider)Deprecated.verify the request using the passed in provider.booleanPKCS10CertificationRequest. verify(PublicKey pubKey, String provider)Deprecated.verify the request using the passed in public key and the provider..Constructors in org.bouncycastle.jce that throw NoSuchProviderException Constructor Description PKCS10CertificationRequest(String signatureAlgorithm, X500Principal subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey)Deprecated.create a PKCS10 certfication request using the BC provider.PKCS10CertificationRequest(String signatureAlgorithm, X500Principal subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey, String provider)Deprecated.create a PKCS10 certfication request using the named provider.PKCS10CertificationRequest(String signatureAlgorithm, X509Name subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey)Deprecated.create a PKCS10 certfication request using the BC provider.PKCS10CertificationRequest(String signatureAlgorithm, X509Name subject, PublicKey key, ASN1Set attributes, PrivateKey signingKey, String provider)Deprecated.create a PKCS10 certfication request using the named provider. -
Uses of NoSuchProviderException in org.bouncycastle.jce.netscape
Methods in org.bouncycastle.jce.netscape that throw NoSuchProviderException Modifier and Type Method Description voidNetscapeCertRequest. sign(PrivateKey priv_key)voidNetscapeCertRequest. sign(PrivateKey priv_key, SecureRandom rand)booleanNetscapeCertRequest. verify(String challenge)Constructors in org.bouncycastle.jce.netscape that throw NoSuchProviderException Constructor Description NetscapeCertRequest(String challenge, AlgorithmIdentifier signing_alg, PublicKey pub_key) -
Uses of NoSuchProviderException in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that throw NoSuchProviderException Modifier and Type Method Description voidX509CertificateObject. verify(PublicKey key)voidX509CertificateObject. verify(PublicKey key, String sigProvider)voidX509CRLObject. verify(PublicKey key)voidX509CRLObject. verify(PublicKey key, String sigProvider) -
Uses of NoSuchProviderException in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that throw NoSuchProviderException Modifier and Type Method Description X509CertificateX509V1CertificateGenerator. generate(PrivateKey key, String provider)Deprecated.generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing, and the passed in source of randomness (if required).X509CertificateX509V1CertificateGenerator. generate(PrivateKey key, String provider, SecureRandom random)Deprecated.generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing, and the passed in source of randomness (if required).X509CertificateX509V3CertificateGenerator. generate(PrivateKey key, String provider)Deprecated.generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing.X509CertificateX509V3CertificateGenerator. generate(PrivateKey key, String provider, SecureRandom random)Deprecated.generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing and the supplied source of randomness, if required.X509CertificateX509V1CertificateGenerator. generateX509Certificate(PrivateKey key, String provider)Deprecated.use generate()X509CertificateX509V1CertificateGenerator. generateX509Certificate(PrivateKey key, String provider, SecureRandom random)Deprecated.use generate()X509CertificateX509V3CertificateGenerator. generateX509Certificate(PrivateKey key, String provider)Deprecated.use generate()X509CertificateX509V3CertificateGenerator. generateX509Certificate(PrivateKey key, String provider, SecureRandom random)Deprecated.use generate()static X509StoreX509Store. getInstance(String type, X509StoreParameters parameters, String provider)voidX509AttributeCertificate. verify(PublicKey key, String provider)voidX509V2AttributeCertificate. verify(PublicKey key, String provider)Deprecated. -
Uses of NoSuchProviderException in org.conscrypt
Methods in org.conscrypt that throw NoSuchProviderException Modifier and Type Method Description voidOpenSSLX509Certificate. verify(PublicKey key)voidOpenSSLX509Certificate. verify(PublicKey key, String sigProvider)voidOpenSSLX509CRL. verify(PublicKey key)voidOpenSSLX509CRL. verify(PublicKey key, String sigProvider)