Uses of Package
javax.security.auth
-
Packages that use javax.security.auth 软件包 描述 com.sun.security.auth 提供Principal
的实现。com.sun.security.auth.module 提供LoginModule
的实现。com.sun.security.jgss 该包定义了GSS-API的JDK扩展的类和接口。java.security 提供安全框架的类和接口。java.security.interfaces 提供用于生成RSA实验室技术说明PKCS#1中定义的RSA(Rivest,Shamir和Adleman AsymmetricCipher算法)密钥的接口,以及NIST的FIPS-186中定义的DSA(数字签名算法)密钥。javax.crypto 提供加密操作的类和接口。javax.crypto.interfaces 为RSA Laboratories的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的类。 -
Classes in javax.security.auth used by com.sun.security.auth 类 描述 Subject Subject
表示单个实体(例如人)的相关信息的分组。 -
Classes in javax.security.auth used by com.sun.security.auth.module 类 描述 Subject Subject
表示单个实体(例如人)的相关信息的分组。 -
Classes in javax.security.auth used by com.sun.security.jgss 类 描述 Subject Subject
表示单个实体(例如人)的相关信息的分组。 -
Classes in javax.security.auth used by java.security 类 描述 Destroyable 诸如凭证之类的对象可以可选地实现该接口以提供销毁其内容的能力。DestroyFailedException 表示destroy
操作失败。Subject Subject
表示单个实体(例如人)的相关信息的分组。 -
Classes in javax.security.auth used by java.security.interfaces 类 描述 Destroyable 诸如凭证之类的对象可以可选地实现该接口以提供销毁其内容的能力。 -
Classes in javax.security.auth used by javax.crypto 类 描述 Destroyable 诸如凭证之类的对象可以可选地实现该接口以提供销毁其内容的能力。 -
Classes in javax.security.auth used by javax.crypto.interfaces 类 描述 Destroyable 诸如凭证之类的对象可以可选地实现该接口以提供销毁其内容的能力。 -
Classes in javax.security.auth used by javax.crypto.spec 类 描述 Destroyable 诸如凭证之类的对象可以可选地实现该接口以提供销毁其内容的能力。 -
Classes in javax.security.auth used by javax.management.remote 类 描述 Subject Subject
表示单个实体(例如人)的相关信息的分组。 -
Classes in javax.security.auth used by javax.management.remote.rmi 类 描述 Subject Subject
表示单个实体(例如人)的相关信息的分组。 -
Classes in javax.security.auth used by javax.security.auth 类 描述 DestroyFailedException 表示destroy
操作失败。RefreshFailedException 表示refresh
操作失败。Subject Subject
表示单个实体(例如人)的相关信息的分组。 -
Classes in javax.security.auth used by javax.security.auth.kerberos 类 描述 Destroyable 诸如凭证之类的对象可以可选地实现该接口以提供销毁其内容的能力。DestroyFailedException 表示destroy
操作失败。Refreshable 诸如凭证之类的对象可以可选地实现该接口以提供刷新自身的能力。RefreshFailedException 表示refresh
操作失败。 -
Classes in javax.security.auth used by javax.security.auth.login 类 描述 Subject Subject
表示单个实体(例如人)的相关信息的分组。 -
Classes in javax.security.auth used by javax.security.auth.spi 类 描述 Subject Subject
表示单个实体(例如人)的相关信息的分组。 -
Classes in javax.security.auth used by javax.security.auth.x500 类 描述 Destroyable Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents.