org.rococoa.cocoa.security
Interface SecurityLibrary.SSLAuthenticate

Enclosing interface:
SecurityLibrary

public static interface SecurityLibrary.SSLAuthenticate

native declaration : /System/Library/Frameworks/Security.framework/Headers/SecureTransport.h
enum values


Field Summary
static int kAlwaysAuthenticate
           
static int kNeverAuthenticate
           
static int kTryAuthenticate
          try to authenticate, but not an error
if client doesn't have a cert
 

Field Detail

kNeverAuthenticate

static final int kNeverAuthenticate
See Also:
Constant Field Values

kAlwaysAuthenticate

static final int kAlwaysAuthenticate
See Also:
Constant Field Values

kTryAuthenticate

static final int kTryAuthenticate
try to authenticate, but not an error
if client doesn't have a cert

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.