软件包 | 描述 |
---|---|
java.security |
提供安全框架的类和接口。
|
java.security.interfaces |
提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman非对称密码算法)密钥以及NIST FIPS-186中定义的DSA(数字签名算法)密钥的接口。
|
javax.crypto |
提供加密操作的类和接口。
|
javax.crypto.interfaces |
提供RSA实验室PKCS#3中定义的Diffie-Hellman密钥的接口。
|
javax.crypto.spec |
提供关键规范和算法参数规范的类和接口。
|
javax.management.remote |
用于远程访问JMX MBean服务器的接口。
|
javax.management.remote.rmi |
RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。
|
javax.security.auth |
此软件包提供了认证和授权的框架。
|
javax.security.auth.kerberos |
此包包含与Kerberos网络身份验证协议相关的实用程序类。
|
javax.security.auth.login |
该包提供了一个可插拔的认证框架。
|
javax.security.auth.spi |
该包提供了用于实现可插拔认证模块的接口。
|
javax.security.auth.x500 |
该包包含用于在
主题中存储X500 Principal和X500 Private Credentials的
类 。
|
Class and Description |
---|
Destroyable
诸如凭证的对象可以可选地实现该接口以提供破坏其内容的能力。
|
DestroyFailedException
信号
destroy 操作失败。
|
Subject
A
Subject 表示单个实体(例如人)的相关信息的分组。
|
Class and Description |
---|
Destroyable
诸如凭证的对象可以可选地实现该接口以提供破坏其内容的能力。
|
Class and Description |
---|
Destroyable
诸如凭证的对象可以可选地实现该接口以提供破坏其内容的能力。
|
Class and Description |
---|
Destroyable
诸如凭证的对象可以可选地实现该接口以提供破坏其内容的能力。
|
Class and Description |
---|
Destroyable
诸如凭证的对象可以可选地实现该接口以提供破坏其内容的能力。
|
Class and Description |
---|
Subject
A
Subject 表示单个实体(例如人)的相关信息的分组。
|
Class and Description |
---|
Subject
A
Subject 表示单个实体(例如人)的相关信息的分组。
|
Class and Description |
---|
DestroyFailedException
信号
destroy 操作失败。
|
Policy
已弃用
从JDK版本1.4开始 - 由java.security.Policy替代。
java.security.Policy有一个方法:
public PermissionCollection getPermissions
(java.security.ProtectionDomain pd)
和ProtectionDomain有一个构造函数:
public ProtectionDomain
(CodeSource cs,
PermissionCollection permissions,
ClassLoader loader,
Principal[] principals)
这两个API为呼叫者提供查询基于Principal权限条目的策略的方法。
|
RefreshFailedException
信号
refresh 操作失败。
|
Subject
A
Subject 表示单个实体(例如人)的相关信息的分组。
|
Class and Description |
---|
Destroyable
诸如凭证的对象可以可选地实现该接口以提供破坏其内容的能力。
|
DestroyFailedException
信号
destroy 操作失败。
|
Refreshable
诸如凭证的对象可以可选地实现该接口以提供刷新自身的能力。
|
RefreshFailedException
信号
refresh 操作失败。
|
Class and Description |
---|
Subject
A
Subject 表示单个实体(例如人)的相关信息的分组。
|
Class and Description |
---|
Subject
A
Subject 表示单个实体(例如人)的相关信息的分组。
|
Class and Description |
---|
Destroyable
诸如凭证的对象可以可选地实现该接口以提供破坏其内容的能力。
|
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.