Uses of Class
COM.claymoresystems.sslg.SSLPolicyInt

Packages that use SSLPolicyInt
COM.claymoresystems.ptls   
COM.claymoresystems.sslg   
 

Uses of SSLPolicyInt in COM.claymoresystems.ptls
 

Methods in COM.claymoresystems.ptls that return SSLPolicyInt
 SSLPolicyInt SSLSocket.getPolicy()
          Get the policy associated with this socket
 

Methods in COM.claymoresystems.ptls with parameters of type SSLPolicyInt
 void SSLSocket.renegotiate(SSLPolicyInt policy)
          Renegotiate the SSL connection using the given policy
 

Uses of SSLPolicyInt in COM.claymoresystems.sslg
 

Fields in COM.claymoresystems.sslg declared as SSLPolicyInt
protected  SSLPolicyInt SSLContextInt.policy
           
 

Methods in COM.claymoresystems.sslg that return SSLPolicyInt
 SSLPolicyInt SSLSocketXInt.getPolicy()
          Get the policy associated with this socket
 SSLPolicyInt SSLContextInt.getPolicy()
          Get the current policy for this SSLContext
 

Methods in COM.claymoresystems.sslg with parameters of type SSLPolicyInt
 void SSLSocketXInt.renegotiate(SSLPolicyInt policy)
          Renegotiate this connection using the specified policy.
 void SSLContextInt.setPolicy(SSLPolicyInt p)
          Set the policy for this SSLContext.
 



Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.