Uses of Class
iaik.security.ssl.CipherSuiteList

Packages that use CipherSuiteList
iaik.security.ssl   
 

Uses of CipherSuiteList in iaik.security.ssl
 

Methods in iaik.security.ssl that return CipherSuiteList
 CipherSuiteList SSLSocket.getPeerSupportedCipherSuiteList()
           
 CipherSuiteList SSLContext.getEnabledCipherSuiteList()
          Returns the cipher suites which are enabled in this SSLContext.
 CipherSuiteList SSLCommunication.getPeerSupportedCipherSuiteList()
          Return the list of cipher suites known to be supported by the remote peer.
 CipherSuiteList SSLTransport.getPeerSupportedCipherSuiteList()
           
 

Methods in iaik.security.ssl with parameters of type CipherSuiteList
 void SSLContext.setEnabledCipherSuiteList(CipherSuiteList enabledCipherSuites)
          Sets the cipher suites which are enabled in this SSLContext.
 void CipherSuiteList.intersectWith(CipherSuiteList other)
          Compute the intersection of this list and another list.
 

Constructors in iaik.security.ssl with parameters of type CipherSuiteList
CipherSuiteList.CipherSuiteList(CipherSuiteList suites)
          Create a copy of the given ciphersuite list.