Documentation ¶
Index ¶
Constants ¶
View Source
const ChallengeLen = 16
ChallengeLen 随机认证串的长度
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientAuthNone ¶
type ClientAuthNone struct{}
ClientAuthNone vnc客户端认证
func (*ClientAuthNone) SubType ¶
func (*ClientAuthNone) SubType() rfb.SecuritySubType
func (*ClientAuthNone) Type ¶
func (*ClientAuthNone) Type() rfb.SecurityType
type ClientAuthVNC ¶
ClientAuthVNC vnc 客户端使用vnc auth认证方式
func (*ClientAuthVNC) SubType ¶
func (*ClientAuthVNC) SubType() rfb.SecuritySubType
func (*ClientAuthVNC) Type ¶
func (*ClientAuthVNC) Type() rfb.SecurityType
type ClientAuthVeNCrypt02Plain ¶
func (*ClientAuthVeNCrypt02Plain) Auth ¶
func (auth *ClientAuthVeNCrypt02Plain) Auth(session rfb.ISession) error
func (*ClientAuthVeNCrypt02Plain) SubType ¶
func (*ClientAuthVeNCrypt02Plain) SubType() rfb.SecuritySubType
func (*ClientAuthVeNCrypt02Plain) Type ¶
func (*ClientAuthVeNCrypt02Plain) Type() rfb.SecurityType
type ServerAuthNone ¶
type ServerAuthNone struct{}
ServerAuthNone 服务端认证
func (*ServerAuthNone) SubType ¶
func (*ServerAuthNone) SubType() rfb.SecuritySubType
func (*ServerAuthNone) Type ¶
func (*ServerAuthNone) Type() rfb.SecurityType
type ServerAuthVNC ¶
ServerAuthVNC vnc服务端使用vnc auth认证方式
func (*ServerAuthVNC) ReadChallenge ¶
func (that *ServerAuthVNC) ReadChallenge(session rfb.ISession) error
func (*ServerAuthVNC) SubType ¶
func (*ServerAuthVNC) SubType() rfb.SecuritySubType
func (*ServerAuthVNC) Type ¶
func (*ServerAuthVNC) Type() rfb.SecurityType
Click to show internal directories.
Click to hide internal directories.