Uses of Class
java.security.NoSuchProviderException
-
Packages that use NoSuchProviderException 软件包 描述 java.security 提供安全框架的类和接口。java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。javax.crypto 提供加密操作的类和接口。javax.net.ssl 为安全套接字包提供类。javax.security.auth.login 该包提供了一个可插拔的认证框架。javax.security.cert 提供公钥证书类。javax.smartcardio Java™智能卡I / O APIjavax.xml.crypto.dsig 用于生成和验证XML数字签名的类。javax.xml.crypto.dsig.keyinfo 用于解析和处理KeyInfo元素和结构的类。 -
-
Uses of NoSuchProviderException in java.security
Methods in java.security that throw NoSuchProviderException Modifier and Type 方法 描述 static AlgorithmParameterGeneratorAlgorithmParameterGenerator. getInstance(String algorithm, String provider)返回一个AlgorithmParameterGenerator对象,用于生成与指定算法一起使用的一组参数。static AlgorithmParametersAlgorithmParameters. getInstance(String algorithm, String provider)返回指定算法的参数对象。static KeyFactoryKeyFactory. getInstance(String algorithm, String provider)返回一个KeyFactory对象,它转换指定算法的公钥/私钥。static KeyPairGeneratorKeyPairGenerator. getInstance(String algorithm, String provider)返回一个KeyPairGenerator对象,该对象为指定的算法生成公钥/私钥对。static KeyStoreKeyStore. getInstance(String type, String provider)返回指定类型的密钥库对象。static MessageDigestMessageDigest. getInstance(String algorithm, String provider)返回实现指定摘要算法的MessageDigest对象。static PolicyPolicy. getInstance(String type, Policy.Parameters params, String provider)返回指定类型的Policy对象。static SecureRandomSecureRandom. getInstance(String algorithm, String provider)返回实现指定的随机数生成器(RNG)算法的SecureRandom对象。static SecureRandomSecureRandom. getInstance(String algorithm, SecureRandomParameters params, String provider)返回实现指定的随机数生成器(RNG)算法的SecureRandom对象,并支持指定的SecureRandomParameters请求。static SignatureSignature. getInstance(String algorithm, String provider)返回实现指定签名算法的Signature对象。 -
Uses of NoSuchProviderException in java.security.cert
Methods in java.security.cert that throw NoSuchProviderException Modifier and Type 方法 描述 static CertificateFactoryCertificateFactory. getInstance(String type, String provider)返回指定证书类型的证书工厂对象。static CertPathBuilderCertPathBuilder. getInstance(String algorithm, String provider)返回实现指定算法的CertPathBuilder对象。static CertPathValidatorCertPathValidator. getInstance(String algorithm, String provider)返回实现指定算法的CertPathValidator对象。static CertStoreCertStore. getInstance(String type, CertStoreParameters params, String provider)返回实现指定的CertStore类型的CertStore对象。abstract voidCertificate. verify(PublicKey key)使用与指定公钥对应的私钥验证此证书是否已经签名。abstract voidCertificate. verify(PublicKey key, String sigProvider)使用与指定公钥对应的私钥验证此证书是否已经签名。abstract voidX509CRL. verify(PublicKey key)验证此CRL是否使用与给定公钥对应的私钥进行签名。abstract voidX509CRL. verify(PublicKey key, String sigProvider)验证此CRL是否使用与给定公钥对应的私钥进行签名。 -
Uses of NoSuchProviderException in javax.crypto
Methods in javax.crypto that throw NoSuchProviderException Modifier and Type 方法 描述 static CipherCipher. getInstance(String transformation, String provider)返回实现指定转换的Cipher对象。static ExemptionMechanismExemptionMechanism. getInstance(String algorithm, String provider)返回一个实现指定的免除机制算法的ExemptionMechanism对象。static KeyAgreementKeyAgreement. getInstance(String algorithm, String provider)返回实现指定的密钥协商算法的一个KeyAgreement对象。static KeyGeneratorKeyGenerator. getInstance(String algorithm, String provider)返回一个产生指定算法的密钥的KeyGenerator对象。static MacMac. getInstance(String algorithm, String provider)返回实现指定MAC算法的Mac对象。static SecretKeyFactorySecretKeyFactory. getInstance(String algorithm, String provider)返回一个转换指定算法的密钥的SecretKeyFactory对象。PKCS8EncodedKeySpecEncryptedPrivateKeyInfo. getKeySpec(Key decryptKey, String providerName)从加密数据中提取附带的PKCS8EncodedKeySpec对象并返回。ObjectSealedObject. getObject(Key key, String provider)检索原始(封装)对象。 -
Uses of NoSuchProviderException in javax.net.ssl
Methods in javax.net.ssl that throw NoSuchProviderException Modifier and Type 方法 描述 static KeyManagerFactoryKeyManagerFactory. getInstance(String algorithm, String provider)返回一个KeyManagerFactory对象,作为主要管理员的工厂。static SSLContextSSLContext. getInstance(String protocol, String provider)返回实现指定的安全套接字协议的SSLContext对象。static TrustManagerFactoryTrustManagerFactory. getInstance(String algorithm, String provider)返回一个作为信任管理器的工厂的TrustManagerFactory对象。 -
Uses of NoSuchProviderException in javax.security.auth.login
Methods in javax.security.auth.login that throw NoSuchProviderException Modifier and Type 方法 描述 static ConfigurationConfiguration. getInstance(String type, Configuration.Parameters params, String provider)返回指定类型的Configuration对象。 -
Uses of NoSuchProviderException in javax.security.cert
Methods in javax.security.cert that throw NoSuchProviderException Modifier and Type 方法 描述 abstract voidCertificate. verify(PublicKey key)已过时。使用与指定公钥对应的私钥验证此证书是否已经签名。abstract voidCertificate. verify(PublicKey key, String sigProvider)已过时。使用与指定公钥对应的私钥验证此证书是否已经签名。 -
Uses of NoSuchProviderException in javax.smartcardio
Methods in javax.smartcardio that throw NoSuchProviderException Modifier and Type 方法 描述 static TerminalFactoryTerminalFactory. getInstance(String type, Object params, String provider)返回使用指定参数初始化的指定类型的TerminalFactory。 -
Uses of NoSuchProviderException in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that throw NoSuchProviderException Modifier and Type 方法 描述 static TransformServiceTransformService. getInstance(String algorithm, String mechanismType, String provider)返回一个TransformService支持指定算法URI(例如:Transform.XPATH2)和机制类型:由指定的提供者提供(例如,DOM)。static XMLSignatureFactoryXMLSignatureFactory. getInstance(String mechanismType, String provider)返回一个XMLSignatureFactory,它支持由指定的提供者提供的请求的XML处理机制和表示类型(例如:“DOM”)。 -
Uses of NoSuchProviderException in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that throw NoSuchProviderException Modifier and Type 方法 描述 static KeyInfoFactoryKeyInfoFactory. getInstance(String mechanismType, String provider)返回一个KeyInfoFactory,它支持由指定的提供者提供的请求的XML处理机制和表示类型(例如:“DOM”)。
-