SAS_ContextSec sasContextSec = new SAS_ContextSec( NOT_REQUIRED, NOT_REQUIRED, new ServiceConfiguration[0], new byte[0][0], 0 );
TaggedComponent transportMech = new TaggedComponent( TAG_NULL_TAG.value, new byte[0] );
AS_ContextSec asContextSec = new AS_ContextSec( targetSupports, targetRequires, new byte[0], new byte[0] );
CompoundSecMech[] compoundSecMech =
new CompoundSecMech[] { new CompoundSecMech( targetRequires, transportMech, asContextSec, sasContextSec) };
return new CompoundSecMechList(false, compoundSecMech);
}