TSSCompoundSecMechConfig result = new TSSCompoundSecMechConfig();
if (mech.isSetGSSUP()) {
result.setAs_mech(extractASMech(mech.getGSSUP()));
} else {
result.setAs_mech(new TSSNULLASMechConfig());
}
if (mech.isSetSasMech()) {
result.setSas_mech(extractSASMech(mech.getSasMech(), bundle));
}