C# Class Novell.Directory.Ldap.Security.Krb5Helper

Inheritance: IDisposable
显示文件 Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
ExchangeTokens ( sbyte clientToken ) : sbyte[]
Krb5Helper ( string name, string clientName, Subject subject, AuthenticationTypes authenticationTypes, string mech ) : System
Unwrap ( byte incoming, int start, int len ) : byte[]
Unwrap ( byte incoming, int start, int len, MessageProp messageProp ) : byte[]
Wrap ( byte outgoing, int start, int len ) : byte[]
Wrap ( byte outgoing, int start, int len, MessageProp messageProp ) : byte[]

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ExchangeTokens() public method

public ExchangeTokens ( sbyte clientToken ) : sbyte[]
clientToken sbyte
return sbyte[]

Krb5Helper() public method

public Krb5Helper ( string name, string clientName, Subject subject, AuthenticationTypes authenticationTypes, string mech ) : System
name string
clientName string
subject javax.security.auth.Subject
authenticationTypes AuthenticationTypes
mech string
return System

Unwrap() public method

public Unwrap ( byte incoming, int start, int len ) : byte[]
incoming byte
start int
len int
return byte[]

Unwrap() public method

public Unwrap ( byte incoming, int start, int len, MessageProp messageProp ) : byte[]
incoming byte
start int
len int
messageProp MessageProp
return byte[]

Wrap() public method

public Wrap ( byte outgoing, int start, int len ) : byte[]
outgoing byte
start int
len int
return byte[]

Wrap() public method

public Wrap ( byte outgoing, int start, int len, MessageProp messageProp ) : byte[]
outgoing byte
start int
len int
messageProp MessageProp
return byte[]