|
|||||||||
| Home >> All >> org >> ietf >> [ jgss overview ] | PREV NEXT | ||||||||
Uses of Package
org.ietf.jgss
| Classes in org.ietf.jgss used by org.ietf.jgss | |
| ChannelBinding
The GSS-API accommodates the concept of caller-provided channel binding information. |
|
| GSSContext
This interface encapsulates the GSS-API security context and provides the security services ( GSSContext.wrap(byte[],int,int,org.ietf.jgss.MessageProp) 55 ,
GSSContext.unwrap(byte[],int,int,org.ietf.jgss.MessageProp) 55 , GSSContext.getMIC(byte[],int,int,org.ietf.jgss.MessageProp) 55 , GSSContext.verifyMIC(byte[],int,int,byte[],int,int,org.ietf.jgss.MessageProp) 55 ) that
are available over the context. |
|
| GSSCredential
This interface encapsulates the GSS-API credentials for an entity. |
|
| GSSException
This exception is thrown whenever a fatal GSS-API error occurs including mechanism specific errors. |
|
| GSSManager
The GSSManager class is an abstract class that serves as a factory for three GSS interfaces: GSSName, GSSCredential, and GSSContext. |
|
| GSSName
This interface encapsulates a single GSS-API principal entity. |
|
| MessageProp
This is a utility class used within the per-message GSSContext methods to convey per-message properties. |
|
| Oid
This class represents Universal Object Identifiers (Oids) and their associated operations. |
|
|
|||||||||
| Home >> All >> org >> ietf >> [ jgss overview ] | PREV NEXT | ||||||||