JavaTM Platform
Standard Ed. 6

类 java.security.KeyManagementException
的使用

使用 KeyManagementException 的软件包
java.security 为安全框架提供类和接口。 
javax.net.ssl 提供用于安全套接字包的类。 
 

java.securityKeyManagementException 的使用
 

抛出 KeyManagementExceptionjava.security 中的方法
 void Identity.addCertificate(Certificate certificate)
          已过时。 为此 Identity 添加一个证书。
abstract  void IdentityScope.addIdentity(Identity identity)
          已过时。 向此身份作用域添加一个身份。
 void Identity.removeCertificate(Certificate certificate)
          已过时。 从此 Identity 中移除证书。
abstract  void IdentityScope.removeIdentity(Identity identity)
          已过时。 从此身份作用作用域移除一个身份。
 void Identity.setPublicKey(PublicKey key)
          已过时。 设置此 Identity 的公钥。
 

抛出 KeyManagementExceptionjava.security 中的构造方法
Identity(String name, IdentityScope scope)
          已过时。 构造一个具有指定名称和作用域的 Identity。
IdentityScope(String name, IdentityScope scope)
          已过时。 构造具有指定名称和作用域的新身份作用域。
Signer(String name, IdentityScope scope)
          已过时。 创建带有指定标识名称和范围的 signer。
 

javax.net.sslKeyManagementException 的使用
 

抛出 KeyManagementExceptionjavax.net.ssl 中的方法
protected abstract  void SSLContextSpi.engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom sr)
          初始化此上下文。
 void SSLContext.init(KeyManager[] km, TrustManager[] tm, SecureRandom random)
          初始化此上下文。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策