Uses of Class
java.security.InvalidAlgorithmParameterException
-
Packages that use InvalidAlgorithmParameterException 软件包 描述 java.security 提供安全框架的类和接口。java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。javax.crypto 提供加密操作的类和接口。javax.net.ssl 为安全套接字包提供类。javax.xml.crypto.dsig 用于生成和验证XML数字签名的类。 -
-
Uses of InvalidAlgorithmParameterException in java.security
Methods in java.security that throw InvalidAlgorithmParameterException Modifier and Type 方法 描述 protected abstract voidAlgorithmParameterGeneratorSpi. engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random)使用一组特定于算法的参数生成值初始化此参数生成器。protected voidSignatureSpi. engineSetParameter(AlgorithmParameterSpec params)提供者将覆盖此方法以使用指定的参数集来初始化此签名引擎。voidAlgorithmParameterGenerator. init(AlgorithmParameterSpec genParamSpec)使用一组特定于算法的参数生成值初始化此参数生成器。voidAlgorithmParameterGenerator. init(AlgorithmParameterSpec genParamSpec, SecureRandom random)使用一组特定于算法的参数生成值初始化此参数生成器。voidKeyPairGenerator. initialize(AlgorithmParameterSpec params)使用指定的参数集初始化密钥对生成器,并将最高优先级的安装提供程序的SecureRandom实现作为随机源。voidKeyPairGenerator. initialize(AlgorithmParameterSpec params, SecureRandom random)使用给定的参数集和随机源初始化密钥对生成器。voidKeyPairGeneratorSpi. initialize(AlgorithmParameterSpec params, SecureRandom random)使用指定的参数集和用户提供的随机源初始化密钥对生成器。voidSignature. setParameter(AlgorithmParameterSpec params)使用指定的参数集初始化此签名引擎。 -
Uses of InvalidAlgorithmParameterException in java.security.cert
Methods in java.security.cert that throw InvalidAlgorithmParameterException Modifier and Type 方法 描述 CertPathBuilderResultCertPathBuilder. build(CertPathParameters params)尝试使用指定的算法参数集构建认证路径。abstract CertPathBuilderResultCertPathBuilderSpi. engineBuild(CertPathParameters params)尝试使用指定的算法参数集构建认证路径。abstract CertPathValidatorResultCertPathValidatorSpi. engineValidate(CertPath certPath, CertPathParameters params)使用指定的算法参数集验证指定的认证路径。static CertStoreCertStore. getInstance(String type, CertStoreParameters params)返回实现指定的CertStore类型的CertStore对象,并使用指定的参数进行初始化。static CertStoreCertStore. getInstance(String type, CertStoreParameters params, String provider)返回实现指定的CertStore类型的CertStore对象。static CertStoreCertStore. getInstance(String type, CertStoreParameters params, Provider provider)返回实现指定的CertStore类型的CertStore对象。voidPKIXParameters. setTrustAnchors(Set<TrustAnchor> trustAnchors)设置Set最受信任的CA。CertPathValidatorResultCertPathValidator. validate(CertPath certPath, CertPathParameters params)使用指定的算法参数集验证指定的认证路径。Constructors in java.security.cert that throw InvalidAlgorithmParameterException Constructor 描述 CertStoreSpi(CertStoreParameters params)唯一的建设者。PKIXBuilderParameters(KeyStore keystore, CertSelector targetConstraints)创建一个PKIXBuilderParameters的实例,它从指定的KeyStore包含的受信任证书条目中填充最受信任的CAKeyStore。PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector targetConstraints)使用指定的Set最受信任的CA创建一个PKIXBuilderParameters的实例。PKIXParameters(KeyStore keystore)创建一个PKIXParameters的实例,它从指定的KeyStore包含的受信任证书条目填充最受信任的CAKeyStore。PKIXParameters(Set<TrustAnchor> trustAnchors)使用指定的Set最受信任的CA创建一个PKIXParameters的实例。 -
Uses of InvalidAlgorithmParameterException in javax.crypto
Methods in javax.crypto that throw InvalidAlgorithmParameterException Modifier and Type 方法 描述 protected abstract voidCipherSpi. engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)使用密钥,一组算法参数和随机源初始化此密码。protected abstract voidCipherSpi. engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)使用密钥,一组算法参数和随机源初始化此密码。protected abstract voidExemptionMechanismSpi. engineInit(Key key, AlgorithmParameters params)使用密钥和一组算法参数初始化此豁免机制。protected abstract voidExemptionMechanismSpi. engineInit(Key key, AlgorithmParameterSpec params)使用密钥和一组算法参数初始化此豁免机制。protected abstract voidKeyAgreementSpi. engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random)使用给定的密钥,算法参数集合和随机源初始化此密钥协议。protected abstract voidKeyGeneratorSpi. engineInit(AlgorithmParameterSpec params, SecureRandom random)使用指定的参数集和用户提供的随机源初始化密钥生成器。protected abstract voidMacSpi. engineInit(Key key, AlgorithmParameterSpec params)用给定(秘密)密钥和算法参数初始化MAC。voidCipher. init(int opmode, Key key, AlgorithmParameters params)使用密钥和一组算法参数初始化此密码。voidCipher. init(int opmode, Key key, AlgorithmParameters params, SecureRandom random)使用密钥,一组算法参数和随机源初始化此密码。voidCipher. init(int opmode, Key key, AlgorithmParameterSpec params)使用密钥和一组算法参数初始化此密码。voidCipher. init(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)使用密钥,一组算法参数和随机源初始化此密码。voidExemptionMechanism. init(Key key, AlgorithmParameters params)使用密钥和一组算法参数初始化此豁免机制。voidExemptionMechanism. init(Key key, AlgorithmParameterSpec params)使用密钥和一组算法参数初始化此豁免机制。voidKeyAgreement. init(Key key, AlgorithmParameterSpec params)使用给定的密钥和算法参数集初始化此密钥协议。voidKeyAgreement. init(Key key, AlgorithmParameterSpec params, SecureRandom random)使用给定的密钥,算法参数集合和随机源初始化此密钥协议。voidKeyGenerator. init(AlgorithmParameterSpec params)使用指定的参数集初始化此密钥生成器。voidKeyGenerator. init(AlgorithmParameterSpec params, SecureRandom random)使用指定的参数集和用户提供的随机源初始化此密钥生成器。voidMac. init(Key key, AlgorithmParameterSpec params)使用给定的密钥和算法参数初始化此Mac对象。 -
Uses of InvalidAlgorithmParameterException in javax.net.ssl
Methods in javax.net.ssl that throw InvalidAlgorithmParameterException Modifier and Type 方法 描述 protected abstract voidKeyManagerFactorySpi. engineInit(ManagerFactoryParameters spec)使用关键材料来源初始化该工厂。protected abstract voidTrustManagerFactorySpi. engineInit(ManagerFactoryParameters spec)使用提供商特定的密钥材料来源初始化该工厂。voidKeyManagerFactory. init(ManagerFactoryParameters spec)使用提供商特定的密钥材料来源初始化该工厂。voidTrustManagerFactory. init(ManagerFactoryParameters spec)使用提供商特定的信任资料来源初始化该工厂。 -
Uses of InvalidAlgorithmParameterException in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig that throw InvalidAlgorithmParameterException Modifier and Type 方法 描述 abstract voidTransformService. init(TransformParameterSpec params)使用指定的参数初始化此TransformService。abstract voidTransformService. init(XMLStructure parent, XMLCryptoContext context)使用指定的参数和文档上下文初始化此TransformService。abstract CanonicalizationMethodXMLSignatureFactory. newCanonicalizationMethod(String algorithm, C14NMethodParameterSpec params)为指定的算法URI和参数创建一个CanonicalizationMethod。abstract CanonicalizationMethodXMLSignatureFactory. newCanonicalizationMethod(String algorithm, XMLStructure params)为指定的算法URI和参数创建一个CanonicalizationMethod。abstract DigestMethodXMLSignatureFactory. newDigestMethod(String algorithm, DigestMethodParameterSpec params)为指定的算法URI和参数创建一个DigestMethod。abstract SignatureMethodXMLSignatureFactory. newSignatureMethod(String algorithm, SignatureMethodParameterSpec params)为指定的算法URI和参数创建一个SignatureMethod。abstract TransformXMLSignatureFactory. newTransform(String algorithm, TransformParameterSpec params)为指定的算法URI和参数创建一个Transform。abstract TransformXMLSignatureFactory. newTransform(String algorithm, XMLStructure params)为指定的算法URI和参数创建一个Transform。
-