Uses of Class
org.ietf.jgss.ChannelBinding
-
Packages that use ChannelBinding 软件包 描述 org.ietf.jgss 该软件包提供了一个框架,允许应用程序开发人员使用诸如Kerberos等各种基础安全机制(使用统一API)的身份验证,数据完整性和数据机密性等安全服务。 -
-
Uses of ChannelBinding in org.ietf.jgss
Methods in org.ietf.jgss with parameters of type ChannelBinding Modifier and Type 方法 描述 void
GSSContext. setChannelBinding(ChannelBinding cb)
设置在上下文建立期间要使用的通道绑定。
-