Documentation
¶
Index ¶
- type GSSAPIContext
- func (s *GSSAPIContext) AcceptSecContext() error
- func (s *GSSAPIContext) ContextTime() error
- func (s *GSSAPIContext) DeleteSecContext() error
- func (s *GSSAPIContext) ExportSecContext() error
- func (s *GSSAPIContext) ImportSecContext() error
- func (s *GSSAPIContext) InitSecContext() error
- func (s *GSSAPIContext) InquireSecContext() error
- func (s *GSSAPIContext) ProcessContextToken() error
- func (s *GSSAPIContext) WrapSizeLimit() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GSSAPIContext ¶
type GSSAPIContext struct {
}
func NewGSSAPIContext ¶
func NewGSSAPIContext() *GSSAPIContext
func (*GSSAPIContext) AcceptSecContext ¶
func (s *GSSAPIContext) AcceptSecContext() error
func (*GSSAPIContext) ContextTime ¶
func (s *GSSAPIContext) ContextTime() error
func (*GSSAPIContext) DeleteSecContext ¶
func (s *GSSAPIContext) DeleteSecContext() error
func (*GSSAPIContext) ExportSecContext ¶
func (s *GSSAPIContext) ExportSecContext() error
func (*GSSAPIContext) ImportSecContext ¶
func (s *GSSAPIContext) ImportSecContext() error
func (*GSSAPIContext) InitSecContext ¶
func (s *GSSAPIContext) InitSecContext() error
func (*GSSAPIContext) InquireSecContext ¶
func (s *GSSAPIContext) InquireSecContext() error
func (*GSSAPIContext) ProcessContextToken ¶
func (s *GSSAPIContext) ProcessContextToken() error
func (*GSSAPIContext) WrapSizeLimit ¶
func (s *GSSAPIContext) WrapSizeLimit() error
Click to show internal directories.
Click to hide internal directories.