软件包 | 描述 |
---|---|
java.security |
为安全框架提供类和接口。
|
java.security.interfaces |
生成RSA(Rivest,夏米尔提供的接口和Adleman AsymmetricCipher算法)键在RSA实验室的技术说明和# 1定义,与DSA(数字签名算法)键在NIST的fips-186定义。
|
javax.crypto |
提供加密操作的类和接口。
|
javax.crypto.interfaces |
提供接口,如Diffie-Hellman密钥RSA实验室定义# PKCS 3。
|
javax.crypto.spec |
提供关键规格和算法参数规格的类和接口。
|
javax.security.auth.kerberos |
此包包含实用类的Kerberos网络认证协议相关。
|
javax.security.auth.x500 |
此包包含要用于存储主和X500 X500在主题私人证书课程。
|
Modifier and Type | Interface and Description |
---|---|
interface |
PrivateKey
私钥密钥。
|
Modifier and Type | Class and Description |
---|---|
static class |
KeyStore.PasswordProtection
一种基于口令的
ProtectionParameter 实施。
|
Modifier and Type | Interface and Description |
---|---|
interface |
DSAPrivateKey
以DSA密钥的标准接口。
|
interface |
ECPrivateKey
一个椭圆曲线(欧共体)私钥的接口。
|
interface |
RSAMultiPrimePrivateCrtKey
一个RSA多素数私钥的接口,定义在PKCS # 1 V2.1,使用中国剩余定理(CRT)信息的价值。
|
interface |
RSAPrivateCrtKey
一个RSA私钥的接口,定义在# PKCS 1标准,使用中国剩余定理(CRT)信息的价值。
|
interface |
RSAPrivateKey
一个RSA私钥接口。
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecretKey
一个秘密(对称)密钥。
|
Modifier and Type | Interface and Description |
---|---|
interface |
DHPrivateKey
一个Diffie-Hellman密钥的界面。
|
interface |
PBEKey
一个关键的接口扩展。
|
Modifier and Type | Class and Description |
---|---|
class |
SecretKeySpec
此类指定在提供程序独立的方式中的密钥密钥。
|
Modifier and Type | Class and Description |
---|---|
class |
KerberosKey
这个类封装了一个Kerberos主要长期密钥。
|
class |
KerberosTicket
这个类封装了一个Kerberos票证和相关信息,从客户的观点看。
|
Modifier and Type | Class and Description |
---|---|
class |
X500PrivateCredential
这类代表一个
X500PrivateCredential 。
|
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.