private static DescribeKeyPairsResponseType convertDKPRTList(List retList) {
final DescribeKeyPairsResponseItemType[] rets =
(DescribeKeyPairsResponseItemType[]) retList.toArray(
new DescribeKeyPairsResponseItemType[retList.size()]);
final DescribeKeyPairsResponseInfoType dkprt =
new DescribeKeyPairsResponseInfoType();
dkprt.setItem(rets);
final DescribeKeyPairsResponseType response =
new DescribeKeyPairsResponseType();
response.setKeySet(dkprt);