软件包 | 描述 |
---|---|
org.ietf.jgss |
这个包提供了一个框架,允许应用程序开发人员使用的认证安全服务、数据完整性和数据从各种底层的安全机制,如Kerberos的保密性,使用统一的API。
|
Modifier and Type | Method and Description |
---|---|
abstract GSSContext |
GSSManager.createContext(byte[] interProcessToken)
用于创建先前导出的上下文的工厂方法。
|
abstract GSSContext |
GSSManager.createContext(GSSCredential myCred)
在接收器侧上创建上下文的工厂方法。
|
abstract GSSContext |
GSSManager.createContext(GSSName peer, Oid mech, GSSCredential myCred, int lifetime)
在引发方的边上创建上下文的工厂方法。
|
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.