| 软件包 | 描述 | 
|---|---|
| org.ietf.jgss | 
           该软件包提供了一个框架,允许应用程序开发人员使用诸如Kerberos等各种基础安全机制(使用统一API)的身份验证,数据完整性和数据机密性等安全服务。 
          | 
| Class and Description | 
|---|
| ChannelBinding 
           该类封装了主叫方提供的通道绑定信息的概念。 
          | 
| GSSContext 
           该接口封装了GSS-API安全上下文,并提供了可用于上下文的安全服务。 
          | 
| GSSCredential 
           该接口封装了实体的GSS-API凭据。 
          | 
| GSSException 
           发生GSS-API错误时会抛出此异常,包括任何机制特定的错误。 
          | 
| GSSManager 
           该类作为其他重要GSS-API类的工厂,并提供有关支持的机制的信息。 
          | 
| GSSName 
           该接口封装了单个GSS-API主体实体。 
          | 
| MessageProp 
           这是在每消息GSSContext方法中使用的实用程序类,用于传递每消息属性。 
          | 
| Oid 
           该类表示通用对象标识符(Oid)及其相关联的操作。 
          | 
 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.