javax.microedition.io
Interface SecurityInfo



public interface SecurityInfo


Method Summary
 String getCipherSuite()
           
 String getProtocolName()
           
 String getProtocolVersion()
           
 Certificate getServerCertificate()
           
 

Method Detail

getServerCertificate

Certificate getServerCertificate()

getProtocolVersion

String getProtocolVersion()

getProtocolName

String getProtocolName()

getCipherSuite

String getCipherSuite()