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 变量和类型 方法 描述 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)返回指定类型的keystore对象。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 变量和类型 方法 描述 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 变量和类型 方法 描述 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 变量和类型 方法 描述 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 变量和类型 方法 描述 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 变量和类型 方法 描述 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 变量和类型 方法 描述 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 变量和类型 方法 描述 static TransformServiceTransformService. getInstance(String algorithm, String mechanismType, String provider)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 变量和类型 方法 描述 static KeyInfoFactoryKeyInfoFactory. getInstance(String mechanismType, String provider)返回KeyInfoFactory,它支持由指定提供程序提供的请求的XML处理机制和表示类型(例如:“DOM”)。
-