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 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)
返回指定类型的密钥库对象。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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 static TransformService
TransformService. getInstance(String algorithm, String mechanismType, String provider)
返回一个TransformService
支持指定算法URI(例如:Transform.XPATH2
)和机制类型:由指定的提供者提供(例如,DOM)。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 Modifier and Type 方法 描述 static KeyInfoFactory
KeyInfoFactory. getInstance(String mechanismType, String provider)
返回一个KeyInfoFactory
,它支持由指定的提供者提供的请求的XML处理机制和表示类型(例如:“DOM”)。
-