/**@class android.net.SSLTest
@extends TestCase

*/
var SSLTest = {

/**
*/
testCertificate : function(  ) {},

/**
*/
testStringsToLengthPrefixedBytes : function(  ) {},

/**
*/
testStringsToLengthPrefixedBytesEmptyArray : function(  ) {},

/**
*/
testStringsToLengthPrefixedBytesEmptyByteArray : function(  ) {},

/**
*/
testStringsToLengthPrefixedBytesOversizedInput : function(  ) {},


};