软件包 | 描述 |
---|---|
java.security |
提供安全框架的类和接口。
|
java.security.interfaces |
提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman非对称密码算法)密钥以及NIST FIPS-186中定义的DSA(数字签名算法)密钥的接口。
|
java.security.spec |
提供关键规范和算法参数规范的类和接口。
|
javax.crypto |
提供加密操作的类和接口。
|
javax.crypto.spec |
提供关键规范和算法参数规范的类和接口。
|
javax.xml.crypto |
XML加密的通用类。
|
javax.xml.crypto.dsig |
用于生成和验证XML数字签名的类。
|
javax.xml.crypto.dsig.spec |
XML数字签名的参数类。
|
Class and Description |
---|
AlgorithmParameterSpec
密码参数的(透明)规范。
|
InvalidKeySpecException
这是无效密钥规范的例外。
|
InvalidParameterSpecException
这是无效参数规范的例外。
|
KeySpec
构成加密密钥的密钥材料的(透明)规范。
|
Class and Description |
---|
ECParameterSpec
这个不可变类指定了使用椭圆曲线加密(ECC)的一组域参数。
|
ECPoint
这个不可变的类表示仿射坐标中的椭圆曲线(EC)上的点。
|
RSAOtherPrimeInfo
该类表示RSA的OtherPrimeInfo结构中的三元组(素数,指数和系数),如PKCS#1 v2.1中定义的。
|
Class and Description |
---|
AlgorithmParameterSpec
密码参数的(透明)规范。
|
ECField
该接口表示椭圆曲线(EC)有限域。
|
ECParameterSpec
这个不可变类指定了使用椭圆曲线加密(ECC)的一组域参数。
|
ECPoint
这个不可变的类表示仿射坐标中的椭圆曲线(EC)上的点。
|
EllipticCurve
这个不变的类保存代表椭圆曲线所需的必要值。
|
EncodedKeySpec
该类表示编码格式的公钥或私钥。
|
KeySpec
构成加密密钥的密钥材料的(透明)规范。
|
MGF1ParameterSpec
该类指定了在
PKCS #1 v2.1标准中定义的OAEP填充和RSA-PSS签名方案中与掩码生成函数MGF1一起使用的参数集合。
|
PSSParameterSpec
该类指定了PKCS#1 v2.1标准中定义的RSA-PSS签名方案的
参数规范。
|
RSAOtherPrimeInfo
该类表示RSA的OtherPrimeInfo结构中的三元组(素数,指数和系数),如PKCS#1 v2.1中定义的。
|
RSAPrivateKeySpec
此类指定一个RSA私钥。
|
Class and Description |
---|
AlgorithmParameterSpec
密码参数的(透明)规范。
|
InvalidKeySpecException
这是无效密钥规范的例外。
|
KeySpec
构成加密密钥的密钥材料的(透明)规范。
|
PKCS8EncodedKeySpec
该类代表私有密钥的ASN.1编码,根据ASN.1类型
PrivateKeyInfo 进行编码。
|
Class and Description |
---|
AlgorithmParameterSpec
密码参数的(透明)规范。
|
KeySpec
构成加密密钥的密钥材料的(透明)规范。
|
Class and Description |
---|
AlgorithmParameterSpec
密码参数的(透明)规范。
|
Class and Description |
---|
AlgorithmParameterSpec
密码参数的(透明)规范。
|
Class and Description |
---|
AlgorithmParameterSpec
密码参数的(透明)规范。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.