switch ( tag )
{
case 1:
DERInteger padataType = ( DERInteger ) derObject;
PaDataType type = PaDataType.getTypeByOrdinal( padataType.intValue() );
paData.setPaDataType( type );
break;
case 2:
DEROctetString padataValue = ( DEROctetString ) derObject;
paData.setPaDataValue( padataValue.getOctets() );