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 AlgorithmParameterGenerator
AlgorithmParameterGenerator. getInstance(String algorithm, String provider)
返回AlgorithmParameterGenerator对象,用于生成要与指定算法一起使用的一组参数。static AlgorithmParameters
AlgorithmParameters. getInstance(String algorithm, String provider)
返回指定算法的参数对象。static KeyFactory
KeyFactory. getInstance(String algorithm, String provider)
返回一个KeyFactory对象,该对象转换指定算法的公钥/私钥。static KeyPairGenerator
KeyPairGenerator. getInstance(String algorithm, String provider)
返回KeyPairGenerator对象,该对象为指定的算法生成公钥/私钥对。static KeyStore
KeyStore. getInstance(String type, String provider)
返回指定类型的keystore对象。static MessageDigest
MessageDigest. getInstance(String algorithm, String provider)
返回实现指定摘要算法的MessageDigest对象。static Policy
Policy. getInstance(String type, Policy.Parameters params, String provider)
返回指定类型的Policy对象。static SecureRandom
SecureRandom. getInstance(String algorithm, String provider)
返回实现指定的随机数生成器(RNG)算法的SecureRandom
对象。static SecureRandom
SecureRandom. getInstance(String algorithm, SecureRandomParameters params, String provider)
返回实现指定的随机数生成器(RNG)算法的SecureRandom
对象,并支持指定的SecureRandomParameters
请求。static Signature
Signature. getInstance(String algorithm, String provider)
返回实现指定签名算法的Signature对象。 -
Uses of NoSuchProviderException in java.security.cert
Methods in java.security.cert that throw NoSuchProviderException 变量和类型 方法 描述 static CertificateFactory
CertificateFactory. getInstance(String type, String provider)
返回指定证书类型的证书工厂对象。static CertPathBuilder
CertPathBuilder. getInstance(String algorithm, String provider)
返回实现指定算法的CertPathBuilder
对象。static CertPathValidator
CertPathValidator. getInstance(String algorithm, String provider)
返回实现指定算法的CertPathValidator
对象。static CertStore
CertStore. getInstance(String type, CertStoreParameters params, String provider)
返回实现指定的CertStore
类型的CertStore
对象。abstract void
Certificate. verify(PublicKey key)
验证是否使用与指定公钥对应的私钥对此证书进行了签名。abstract void
Certificate. verify(PublicKey key, String sigProvider)
验证是否使用与指定公钥对应的私钥对此证书进行了签名。abstract void
X509CRL. verify(PublicKey key)
验证是否使用与给定公钥对应的私钥对此CRL进行了签名。abstract void
X509CRL. verify(PublicKey key, String sigProvider)
验证是否使用与给定公钥对应的私钥对此CRL进行了签名。 -
Uses of NoSuchProviderException in javax.crypto
Methods in javax.crypto that throw NoSuchProviderException 变量和类型 方法 描述 static Cipher
Cipher. getInstance(String transformation, String provider)
返回实现指定转换的Cipher
对象。static ExemptionMechanism
ExemptionMechanism. getInstance(String algorithm, String provider)
返回实现指定的免除机制算法的ExemptionMechanism
对象。static KeyAgreement
KeyAgreement. getInstance(String algorithm, String provider)
返回实现指定密钥协商算法的KeyAgreement
对象。static KeyGenerator
KeyGenerator. getInstance(String algorithm, String provider)
返回一个KeyGenerator
对象,该对象为指定的算法生成密钥。static Mac
Mac. getInstance(String algorithm, String provider)
返回实现指定MAC算法的Mac
对象。static SecretKeyFactory
SecretKeyFactory. getInstance(String algorithm, String provider)
返回转换指定算法的密钥的SecretKeyFactory
对象。PKCS8EncodedKeySpec
EncryptedPrivateKeyInfo. getKeySpec(Key decryptKey, String providerName)
从加密数据中提取附带的PKCS8EncodedKeySpec对象并将其返回。Object
SealedObject. getObject(Key key, String provider)
检索原始(封装)对象。 -
Uses of NoSuchProviderException in javax.net.ssl
Methods in javax.net.ssl that throw NoSuchProviderException 变量和类型 方法 描述 static KeyManagerFactory
KeyManagerFactory. getInstance(String algorithm, String provider)
返回一个KeyManagerFactory
对象,该对象充当密钥管理器的工厂。static SSLContext
SSLContext. getInstance(String protocol, String provider)
返回实现指定安全套接字协议的SSLContext
对象。static TrustManagerFactory
TrustManagerFactory. getInstance(String algorithm, String provider)
返回一个TrustManagerFactory
对象,该对象充当信任管理器的工厂。 -
Uses of NoSuchProviderException in javax.security.auth.login
Methods in javax.security.auth.login that throw NoSuchProviderException 变量和类型 方法 描述 static Configuration
Configuration. 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 void
Certificate. verify(PublicKey key)
已过时。验证是否使用与指定公钥对应的私钥对此证书进行了签名。abstract void
Certificate. verify(PublicKey key, String sigProvider)
已过时。验证是否使用与指定公钥对应的私钥对此证书进行了签名。 -
Uses of NoSuchProviderException in javax.smartcardio
Methods in javax.smartcardio that throw NoSuchProviderException 变量和类型 方法 描述 static TerminalFactory
TerminalFactory. 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 TransformService
TransformService. getInstance(String algorithm, String mechanismType, String provider)
static XMLSignatureFactory
XMLSignatureFactory. 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 KeyInfoFactory
KeyInfoFactory. getInstance(String mechanismType, String provider)
返回KeyInfoFactory
,它支持由指定提供程序提供的请求的XML处理机制和表示类型(例如:“DOM”)。
-